diff options
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r-- | src/main_gui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp index 38c269c0d..6aa995766 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -538,8 +538,6 @@ static void UpdatePlayerMenuHeight(Window *w) } } -extern void DrawPlayerIcon(PlayerID pid, int x, int y); - static void PlayerMenuWndProc(Window *w, WindowEvent *e) { switch (e->event) { |