summaryrefslogtreecommitdiff
path: root/src/gfx_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-06 22:17:12 +0000
committerrubidium <rubidium@openttd.org>2008-05-06 22:17:12 +0000
commit402a1e24bae42c3789a7e000da7ca3c0f07d5dd0 (patch)
tree5c909dbb0966fd6895c3a51a9493a9dea189c0c9 /src/gfx_func.h
parent9bf519f26bc9b3e174803c8ebfd2427bf7c5fb61 (diff)
downloadopenttd-402a1e24bae42c3789a7e000da7ca3c0f07d5dd0.tar.xz
(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.
Diffstat (limited to 'src/gfx_func.h')
-rw-r--r--src/gfx_func.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gfx_func.h b/src/gfx_func.h
index 2ca83087e..61bdac627 100644
--- a/src/gfx_func.h
+++ b/src/gfx_func.h
@@ -70,10 +70,8 @@ void HandleMouseEvents();
void CSleep(int milliseconds);
void UpdateWindows();
-void DrawChatMessage();
void DrawMouseCursor();
void ScreenSizeChanged();
-void HandleExitGameRequest();
void GameSizeChanged();
void UndrawMouseCursor();
@@ -142,9 +140,6 @@ void DrawOverlappedWindowForAll(int left, int top, int right, int bottom);
void SetMouseCursor(SpriteID sprite, SpriteID pal);
void SetAnimatedMouseCursor(const AnimCursor *table);
void CursorTick();
-void DrawMouseCursor();
-void ScreenSizeChanged();
-void UndrawMouseCursor();
bool ChangeResInGame(int w, int h);
void SortResolutions(int count);
bool ToggleFullScreen(bool fs);