diff options
Diffstat (limited to 'apps/plugins/stopwatch.c')
| -rw-r--r-- | apps/plugins/stopwatch.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c index e0ae300..3d60b7e 100644 --- a/apps/plugins/stopwatch.c +++ b/apps/plugins/stopwatch.c @@ -204,9 +204,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) update_lap = false; } -#ifdef HAVE_LCD_BITMAP rb->lcd_update(); -#endif if (! counting) { |