diff options
Diffstat (limited to 'src/osd/sdl/video.c')
-rw-r--r-- | src/osd/sdl/video.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osd/sdl/video.c b/src/osd/sdl/video.c index 71d4f779f67..3d8f6c095bb 100644 --- a/src/osd/sdl/video.c +++ b/src/osd/sdl/video.c @@ -285,8 +285,6 @@ void sdl_monitor_info::refresh() float osd_monitor_info::aspect() { - // refresh the monitor information and compute the aspect - refresh(); // FIXME: returning 0 looks odd, video_config is bad if (video_config.keepaspect) { |