diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c index d6f61d1c87..9214422bf0 100644 --- a/apps/recorder/bmp.c +++ b/apps/recorder/bmp.c @@ -494,9 +494,7 @@ int read_bmp_fd(int fd, unsigned int resize = IMG_NORESIZE; #ifdef HAVE_REMOTE_LCD - bool remote = false; if (format & FORMAT_REMOTE) { - remote = true; #if LCD_REMOTE_DEPTH == 1 format = FORMAT_MONO; #endif