diff options
| -rw-r--r-- | apps/recorder/bmp.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c index bc3b754..d6f61d1 100644 --- a/apps/recorder/bmp.c +++ b/apps/recorder/bmp.c @@ -858,11 +858,5 @@ int read_bmp_fd(int fd, } #endif } -#ifdef HAVE_REMOTE_LCD - /* Thanks to the mass of #ifdefs in this function, there are cases where - * remote is never read, so we need to suppress the resulting warnings - * (or rewrite the lot)*/ - (void)remote; -#endif return totalsize; /* return the used buffer size. */ } |