# HG changeset patch # User Darkvater # Date 1116104626 0 # Node ID 868a095fca4c01a05a021acd7767b614d01acc98 # Parent 5a55d508c23eafcf032ef1630912f79dc4260753 (svn r2311) - Fix: eh, forgot to remove moved function. diff -r 5a55d508c23e -r 868a095fca4c sdl.c --- a/sdl.c Sat May 14 21:01:57 2005 +0000 +++ b/sdl.c Sat May 14 21:03:46 2005 +0000 @@ -232,13 +232,6 @@ } } -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},