Skip to content

Commit

Permalink
Remove unused stuff:/server/srvmain.h /savegame/savecompat.h
Browse files Browse the repository at this point in the history
  • Loading branch information
psampathkumar committed Jun 29, 2022
1 parent 36cc35b commit 52b90f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions server/savegame/savecompat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion server/srv_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 52b90f1

Please sign in to comment.