summaryrefslogtreecommitdiff
path: root/src/fios_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fios_gui.cpp')
-rw-r--r--src/fios_gui.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/fios_gui.cpp b/src/fios_gui.cpp
index 8ce7c704e..ed6d6bdfa 100644
--- a/src/fios_gui.cpp
+++ b/src/fios_gui.cpp
@@ -23,6 +23,7 @@
#include "window_func.h"
#include "tilehighlight_func.h"
#include "querystring_gui.h"
+#include "engine_func.h"
#include "table/sprites.h"
#include "table/strings.h"
@@ -152,8 +153,6 @@ static void MakeSortedSaveGameList()
QSortT(_fios_items.Get(sort_start), s_amount, CompareFiosItems);
}
-extern void StartupEngines();
-
struct SaveLoadWindow : public QueryStringBaseWindow {
private:
FiosItem o_dir;
@@ -493,11 +492,6 @@ void ShowSaveLoadDialog(SaveLoadDialogMode mode)
new SaveLoadWindow(sld, mode);
}
-void RedrawAutosave()
-{
- SetWindowDirty(WC_STATUS_BAR, 0);
-}
-
void SetFiosType(const byte fiostype)
{
switch (fiostype) {