summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-01-29 18:57:26 +0000
committerDarkvater <darkvater@openttd.org>2006-01-29 18:57:26 +0000
commit4e09974975ba47b755ac00b58aae880fa297e161 (patch)
treea71e925a12583a807b9e921fd125c8ae1b8e8721 /debug.c
parentbb49381cd3ce8c95e459d1f542fc15064d7b17ea (diff)
downloadopenttd-4e09974975ba47b755ac00b58aae880fa297e161.tar.xz
(svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in branch/pbs. This reverts revisions r3158, r3140, r3075, r2977, r2674, r2625, r2621, r2529, r2528, r2525, r2524, r2519, r2517, r2516, r2507, r2499. (in conjunction with Tron)
- The only change is that the nsignalsw.grf file is kept and that existing nightlies with PBS signals get those signals converted to combo-signals.
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/debug.c b/debug.c
index 73be30957..1acde287a 100644
--- a/debug.c
+++ b/debug.c
@@ -18,7 +18,6 @@ int _debug_ms_level;
int _debug_net_level;
int _debug_spritecache_level;
int _debug_oldloader_level;
-int _debug_pbs_level;
int _debug_ntp_level;
int _debug_npf_level;
@@ -51,7 +50,6 @@ typedef struct DebugLevel {
DEBUG_LEVEL(net),
DEBUG_LEVEL(spritecache),
DEBUG_LEVEL(oldloader),
- DEBUG_LEVEL(pbs),
DEBUG_LEVEL(ntp),
DEBUG_LEVEL(npf)
};