aboutsummaryrefslogtreecommitdiff
path: root/include/graphics/lfb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/graphics/lfb.h')
-rw-r--r--include/graphics/lfb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/graphics/lfb.h b/include/graphics/lfb.h
index a4eef2e..a151a5f 100644
--- a/include/graphics/lfb.h
+++ b/include/graphics/lfb.h
@@ -4,10 +4,6 @@
#define GG_MAX_X 128
#define GG_MAX_Y 46
-#ifndef GRAPHICS_LFB_C
-extern unsigned int width, height, pitch, isrgb; /* dimensions and channel order */
-#endif
-
void lfb_init(void);
void lfb_showpicture(void);