From a77e736431d847ad322bc808a59b9ad821461fd8 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 14 May 2005 21:03:46 +0000 Subject: [PATCH] (svn r2311) - Fix: eh, forgot to remove moved function. --- sdl.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sdl.c b/sdl.c index e039a51d94..f8f3e650ed 100644 --- a/sdl.c +++ b/sdl.c @@ -232,13 +232,6 @@ static void DrawSurfaceToScreen(void) } } -static int CDECL compare_res(const void *pa, const void *pb) -{ - int x = ((const uint16*)pa)[0] - ((const uint16*)pb)[0]; - if (x != 0) return x; - return ((const uint16*)pa)[1] - ((const uint16*)pb)[1]; -} - static const uint16 default_resolutions[][2] = { { 640, 480}, { 800, 600},