From 52b90f1c1a7eb0a5fc3c8e47a113120c200cca5b Mon Sep 17 00:00:00 2001 From: Pranav Date: Mon, 27 Jun 2022 18:13:39 +0200 Subject: [PATCH] Remove unused stuff:/server/srvmain.h /savegame/savecompat.h --- server/savegame/savecompat.h | 3 --- server/srv_main.h | 1 - 2 files changed, 4 deletions(-) diff --git a/server/savegame/savecompat.h b/server/savegame/savecompat.h index cbd74fd73d..ab7bea78cf 100644 --- a/server/savegame/savecompat.h +++ b/server/savegame/savecompat.h @@ -35,9 +35,6 @@ enum tile_special_type { // internal values not saved S_LAST, - - S_OLD_FORTRESS, - S_OLD_AIRBASE, S_OLD_ROAD, S_OLD_RAILROAD, S_OLD_RIVER diff --git a/server/srv_main.h b/server/srv_main.h index a737bac489..821f31e9fc 100644 --- a/server/srv_main.h +++ b/server/srv_main.h @@ -98,7 +98,6 @@ void check_for_full_turn_done(); bool check_for_game_over(); bool game_was_started(); -void server_gui_color_free(QColor *pcolor); int server_plr_tile_city_id_get(const struct tile *ptile, const struct player *pplayer);