summaryrefslogtreecommitdiff
path: root/fbgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'fbgl.h')
-rw-r--r--fbgl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fbgl.h b/fbgl.h
index 84ce454..62febfd 100644
--- a/fbgl.h
+++ b/fbgl.h
@@ -161,7 +161,6 @@ void fbgl_clear(uint32_t color);
void fbgl_put_pixel(int x, int y, uint32_t color, fbgl_t *fb);
void fbgl_draw_line(fbgl_point_t x, fbgl_point_t y, uint32_t color, fbgl_t *fb);
-
/**
* Access framebuffer data methods
*/