From e4cb9dbb77910fc7d2b8c077924ecde3bb3d09c7 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 28 Mar 2005 08:48:41 +0000 Subject: (svn r2098) Make a variable static, move a function declaration to a header and remove unnecessary preprocessor magic --- misc_gui.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'misc_gui.c') diff --git a/misc_gui.c b/misc_gui.c index dc2294c2c..acfc5e83c 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -20,6 +20,8 @@ #include "hal.h" // for file list +static bool _savegame_sort_dirty; + bool _query_string_active; typedef struct LandInfoData { @@ -1142,12 +1144,6 @@ static void DrawFiosTexts(void) DoDrawString(path, 2, 27, 16); } -#if defined(_WIN32) - extern int CDECL compare_FiosItems (const void *a, const void *b); -#else - extern int compare_FiosItems (const void *a, const void *b); -#endif - static void MakeSortedSaveGameList(void) { -- cgit v1.2.3-54-g00ecf