mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 04:31:37 -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:
@@ -1824,7 +1824,6 @@ int daNpc_Bans_c::shop(void* param_1) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
int daNpc_Bans_c::test(void* param_1) {
|
||||
int rv = 0;
|
||||
|
||||
@@ -1848,7 +1847,6 @@ int daNpc_Bans_c::test(void* param_1) {
|
||||
|
||||
return rv;
|
||||
}
|
||||
#endif
|
||||
|
||||
static int daNpc_Bans_Create(void* i_this) {
|
||||
return static_cast<daNpc_Bans_c*>(i_this)->create();
|
||||
|
||||
Reference in New Issue
Block a user