forked from mirror/OpenTTD
(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
This commit is contained in:
13
debug.c
13
debug.c
@@ -20,9 +20,6 @@ int _debug_spritecache_level;
|
||||
int _debug_oldloader_level;
|
||||
int _debug_pbs_level;
|
||||
int _debug_ntp_level;
|
||||
#ifdef GPMI
|
||||
int _debug_gpmi_level;
|
||||
#endif /* GPMI */
|
||||
int _debug_npf_level;
|
||||
|
||||
|
||||
@@ -56,9 +53,6 @@ typedef struct DebugLevel {
|
||||
DEBUG_LEVEL(oldloader),
|
||||
DEBUG_LEVEL(pbs),
|
||||
DEBUG_LEVEL(ntp),
|
||||
#ifdef GPMI
|
||||
DEBUG_LEVEL(gpmi),
|
||||
#endif
|
||||
DEBUG_LEVEL(npf)
|
||||
};
|
||||
#undef DEBUG_LEVEL
|
||||
@@ -132,10 +126,3 @@ const char *GetDebugString(void)
|
||||
|
||||
return dbgstr;
|
||||
}
|
||||
|
||||
#ifdef GPMI
|
||||
void gpmi_debug_openttd(int level, char *s)
|
||||
{
|
||||
DEBUG(gpmi, level)("[GPMI] %s", s);
|
||||
}
|
||||
#endif /* GPMI */
|
||||
|
Reference in New Issue
Block a user