diff options
Diffstat (limited to 'apps/plugins/lib/checkbox.h')
-rw-r--r-- | apps/plugins/lib/checkbox.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/lib/checkbox.h b/apps/plugins/lib/checkbox.h index 81a26e15ba..d4318f2305 100644 --- a/apps/plugins/lib/checkbox.h +++ b/apps/plugins/lib/checkbox.h @@ -21,11 +21,7 @@ #include "plugin.h" -#ifdef HAVE_LCD_BITMAP - /* * Print a checkbox */ void checkbox(int x, int y, int width, int height, bool checked); - -#endif |