diff --git a/inc/hgl/type/_Object.h b/inc/hgl/type/_Object.h index 07a5d11..99ae565 100644 --- a/inc/hgl/type/_Object.h +++ b/inc/hgl/type/_Object.h @@ -34,19 +34,4 @@ namespace hgl return ((u *)(&Mthd))->v; } };//struct MethodPtr - - //template class IDObject:public _Object - //{ - //public: - - // static const size_t GetClassID(){return ClassID;} - // static const char *GetClassName(){return ClassName;} - // static const char *GetClassRawName(){return ClassRawName;} - - //public: - - // virtual ~IDObject()=default; - //}; - - //#define HGL_IDOBJECT IDObject<__COUNTER__> }//namespace hgl