summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/playergfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/playergfx.c')
-rw-r--r--apps/plugins/lib/playergfx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/lib/playergfx.c b/apps/plugins/lib/playergfx.c
index d07043c572..b2ba71351f 100644
--- a/apps/plugins/lib/playergfx.c
+++ b/apps/plugins/lib/playergfx.c
@@ -23,7 +23,6 @@
23 23
24#include "plugin.h" 24#include "plugin.h"
25 25
26#ifdef HAVE_LCD_CHARCELLS /* Player only :) */
27#include "playergfx.h" 26#include "playergfx.h"
28 27
29/*** globals ***/ 28/*** globals ***/
@@ -525,5 +524,3 @@ void pgfx_bitmap(const unsigned char *src, int x, int y, int width, int height)
525{ 524{
526 pgfx_bitmap_part(src, 0, 0, width, x, y, width, height); 525 pgfx_bitmap_part(src, 0, 0, width, x, y, width, height);
527} 526}
528
529#endif /* HAVE_LCD_CHARCELLS */