summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/window.h
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2016-02-18 15:57:34 +0100
committer therealmogminer@gmail.com <therealmogminer@gmail.com>2016-02-21 03:03:23 +0100
commit9a47a870df619656e9092f2f77622e84e640307a (patch)
treeb8640bf79ffb55d0c9ed6fc27bbd4ce16a5e1a2e /src/osd/sdl/window.h
parentdadf8e7d79696996ab3ef840fe99a588ede538fa (diff)
First take on render API reorg, nw
Diffstat (limited to 'src/osd/sdl/window.h')
-rw-r--r--src/osd/sdl/window.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osd/sdl/window.h b/src/osd/sdl/window.h
index bdaaa311330..f10bf6fbd92 100644
--- a/src/osd/sdl/window.h
+++ b/src/osd/sdl/window.h
@@ -161,7 +161,6 @@ private:
struct osd_draw_callbacks
{
osd_renderer *(*create)(osd_window *window);
- void (*exit)(void);
};
//============================================================
@@ -179,8 +178,6 @@ extern sdl_window_info *sdl_window_list;
// PROTOTYPES - drawsdl.c
//============================================================
-int drawsdl_init(osd_draw_callbacks *callbacks);
-const char *drawsdl_scale_mode_str(int index);
int drawsdl_scale_mode(const char *s);
//============================================================