SDL: fix GCC 4.9 + Clang compiles (nw)

This commit is contained in:
arbee 2015-02-03 20:04:49 -05:00
parent abff2df161
commit 228980b852

View File

@ -659,7 +659,7 @@ void sdl_info::clear()
int sdl_info::xy_to_render_target(int x, int y, int *xt, int *yt)
{
const sdl_scale_mode *sm = &scale_modes[video_config.scale_mode];
// const sdl_scale_mode *sm = &scale_modes[video_config.scale_mode];
*xt = x - m_last_hofs;
*yt = y - m_last_vofs;