mirror of
https://github.com/zeldaret/tp
synced 2026-06-02 18:18:59 -04:00
Various debug conditional compilation cleanup (#2915)
* Global: Define DEBUG as 0 if not already defined * Clean up DEBUG-guarded code
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#ifdef DEBUG
|
||||
#include "d/dolzel.h" // IWYU pragma: keep
|
||||
|
||||
#include "d/d_event_debug.h"
|
||||
@@ -447,5 +446,3 @@ char* dEvDb_flag_base_c::searchDirNameReg(int bit) {
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user