summaryrefslogtreecommitdiff
path: root/src/sdl_fb.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-02-23 20:14:45 -0800
committerVito Caputo <vcaputo@pengaru.com>2018-02-23 20:14:45 -0800
commit1bf11626543c2b0dd10e8e0e4f3f75c99ea4f16c (patch)
treee578496cbbf8294b00befde698c7688bd220605e /src/sdl_fb.h
parenta7f9a860b5618fa8c49caeba1ebfd0be7b4a8a02 (diff)
drm_fb,sdl_fb: drop vestigial headers
With fb backends entirely abstracted behind fb_ops_t, this is no longer necessary.
Diffstat (limited to 'src/sdl_fb.h')
-rw-r--r--src/sdl_fb.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sdl_fb.h b/src/sdl_fb.h
deleted file mode 100644
index 4cd0ee9..0000000
--- a/src/sdl_fb.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _SDL_FB_H
-#define _SDL_FB_H
-
-typedef struct sdl_fb_t sdl_fb_t;
-
-sdl_fb_t * sdl_fb_new();
-void sdl_fb_free(sdl_fb_t *fb);
-
-#endif
© All Rights Reserved