From 784a5e690a803bff7fbd1083b2529763b54329ab Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 6 Dec 2015 16:44:45 +0100 Subject: [PATCH] implementation must be removed too (nw) --- src/osd/modules/render/drawogl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osd/modules/render/drawogl.cpp b/src/osd/modules/render/drawogl.cpp index 6fe2177a256..ae4ccd792d5 100644 --- a/src/osd/modules/render/drawogl.cpp +++ b/src/osd/modules/render/drawogl.cpp @@ -1091,7 +1091,7 @@ void sdl_info_ogl::destroy() //============================================================ // drawsdl_xy_to_render_target //============================================================ - +#ifndef OSD_WINDOWS int sdl_info_ogl::xy_to_render_target(int x, int y, int *xt, int *yt) { *xt = x - m_last_hofs; @@ -1102,7 +1102,7 @@ int sdl_info_ogl::xy_to_render_target(int x, int y, int *xt, int *yt) return 0; return 1; } - +#endif //============================================================ // drawsdl_destroy_all_textures //============================================================