summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-12-18 12:10:46 +0000
committertron <tron@openttd.org>2005-12-18 12:10:46 +0000
commitd5aa95b87e19f451bcad45382728edd0af57a95b (patch)
treea0ac2ff6091f2ec7e9b8c392fc45fc93c8b6b85f /debug.h
parent7dc1e23845528e538091de34db539a0b7e480da6 (diff)
downloadopenttd-d5aa95b87e19f451bcad45382728edd0af57a95b.tar.xz
(svn r3313) Remove GPMI related changes from trunk
Revisions in detail: 2542, 3226 (partial), 3229, 3231, 3232, 3238, 3242-3245, 3251, 3253, 3260, 3263, 3265, 3266, 3269, 3277, 3278, 3279, 3283 (partial), 3304, 3305, 3306
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/debug.h b/debug.h
index d364f94c5..8d9395cfb 100644
--- a/debug.h
+++ b/debug.h
@@ -19,9 +19,6 @@
extern int _debug_oldloader_level;
extern int _debug_pbs_level;
extern int _debug_ntp_level;
-#ifdef GPMI
- extern int _debug_gpmi_level;
-#endif /* GPMI */
extern int _debug_npf_level;
#endif
@@ -30,8 +27,4 @@ void CDECL debug(const char *s, ...);
void SetDebugString(const char *s);
const char *GetDebugString(void);
-#ifdef GPMI
-void gpmi_debug_openttd(int level, char *s);
-#endif /* GPMI */
-
#endif /* DEBUG_H */