aboutsummaryrefslogtreecommitdiff
path: root/include/graphics/drawer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/graphics/drawer.h')
-rw-r--r--include/graphics/drawer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/graphics/drawer.h b/include/graphics/drawer.h
index 6d97163..67abca0 100644
--- a/include/graphics/drawer.h
+++ b/include/graphics/drawer.h
@@ -6,10 +6,6 @@ struct Drawer {
unsigned int y;
};
-#ifndef GRAPHICS_DRAWER_C
-extern struct Drawer g_Drawer;
-#endif
-
void write_cchar(struct Drawer* d, char s, unsigned int c);
void write_char(struct Drawer* d, char s);