Browse Source

Removed unused flag

Marko Pintera 12 years ago
parent
commit
b4aff8362e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      CamelotCore/Include/CmCoreObject.h

+ 1 - 2
CamelotCore/Include/CmCoreObject.h

@@ -23,8 +23,7 @@ namespace CamelotFramework
 			CGO_INITIALIZED = 0x01,
 			CGO_INIT_ON_RENDER_THREAD = 0x02,
 			CGO_SCHEDULED_FOR_INIT = 0x04,
-			CGO_SCHEDULED_FOR_DELETE = 0x08,
-			CGO_DESTROYED = 0x16
+			CGO_SCHEDULED_FOR_DELETE = 0x08
 		};
 
 	public: