summaryrefslogtreecommitdiff
path: root/src/resources/groupinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/groupinfo.cpp')
-rw-r--r--src/resources/groupinfo.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/resources/groupinfo.cpp b/src/resources/groupinfo.cpp
index 95268d426..665bd6162 100644
--- a/src/resources/groupinfo.cpp
+++ b/src/resources/groupinfo.cpp
@@ -33,12 +33,5 @@ GroupInfo::GroupInfo() :
for (size_t f = 0; f < CAST_SIZE(ServerCommandType::Max); f ++)
mCommands[f] = ServerCommandEnable::No;
for (size_t f = 0; f < CAST_SIZE(ServerPermissionType::Max); f ++)
- {
-#ifdef TMWA_SUPPORT
- mPermissions[f] = Enable_true;
-#else // TMWA_SUPPORT
-
mPermissions[f] = Enable_false;
-#endif // TMWA_SUPPORT
- }
}