summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/drawbgfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/drawbgfx.c')
-rw-r--r--src/osd/sdl/drawbgfx.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/osd/sdl/drawbgfx.c b/src/osd/sdl/drawbgfx.c
index 3a5a0c6fe69..2838f6e39d2 100644
--- a/src/osd/sdl/drawbgfx.c
+++ b/src/osd/sdl/drawbgfx.c
@@ -80,7 +80,6 @@ public:
{}
/* virtual */ int create(const int width, const int height);
- /* virtual */ void resize(const int width, const int height);
/* virtual */ int draw(const UINT32 dc, const int update);
/* virtual */ int xy_to_render_target(const int x, const int y, int *xt, int *yt);
/* virtual */ void destroy_all_textures();
@@ -152,15 +151,6 @@ int sdl_info_bgfx::create(int width, int height)
}
//============================================================
-// sdl_info_bgfx::resize
-//============================================================
-
-void sdl_info_bgfx::resize(int width, int height)
-{
- m_blittimer = 3;
-}
-
-//============================================================
// drawsdl_xy_to_render_target
//============================================================