summaryrefslogtreecommitdiff
path: root/src/cheat_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-01-18 22:17:15 +0000
committerrubidium <rubidium@openttd.org>2011-01-18 22:17:15 +0000
commit6c9078fd30097b38537a60fbecb9828da69c3517 (patch)
tree6601ea8e21edd22b54d054d94cd9c129f8162458 /src/cheat_func.h
parentd89095b3ecb9c326e169db33294efac9b818276a (diff)
downloadopenttd-6c9078fd30097b38537a60fbecb9828da69c3517.tar.xz
(svn r21844) -Codechange: move documentation towards the code to make it more likely to be updates [a-c].
Diffstat (limited to 'src/cheat_func.h')
-rw-r--r--src/cheat_func.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cheat_func.h b/src/cheat_func.h
index c75f9d3d7..e774abc68 100644
--- a/src/cheat_func.h
+++ b/src/cheat_func.h
@@ -18,10 +18,6 @@ extern Cheats _cheats;
void ShowCheatWindow();
-/**
- * Return true if any cheat has been used, false otherwise
- * @return has a cheat been used?
- */
bool CheatHasBeenUsed();
#endif /* CHEAT_FUNC_H */