From d383e1ff986e7355f5fd2d063fc4ca0824cdb54d Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sat, 27 Jul 2024 23:51:07 +0800 Subject: [PATCH] removed IDObject<> --- inc/hgl/type/_Object.h | 15 --------------- 1 file changed, 15 deletions(-) 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