(svn r23783) -Cleanup: remove ancient but not needed command flag

This commit is contained in:
rubidium
2012-01-09 22:21:45 +00:00
parent f33f9b3920
commit 1a0fe0e8c6
3 changed files with 23 additions and 39 deletions

View File

@@ -345,7 +345,6 @@ DECLARE_ENUM_AS_BIT_SET(DoCommandFlag)
*/
enum FlaggedCommands {
CMD_NETWORK_COMMAND = 0x0100, ///< execute the command without sending it on the network
CMD_NO_TEST_IF_IN_NETWORK = 0x0200, ///< When enabled, the command will bypass the no-DC_EXEC round if in network
CMD_FLAGS_MASK = 0xFF00, ///< mask for all command flags
CMD_ID_MASK = 0x00FF, ///< mask for the command ID
};