diff options
Diffstat (limited to 'src/CuTNetLib/cuComponent.h')
-rw-r--r-- | src/CuTNetLib/cuComponent.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/CuTNetLib/cuComponent.h b/src/CuTNetLib/cuComponent.h index 0ba55b5..cce7587 100644 --- a/src/CuTNetLib/cuComponent.h +++ b/src/CuTNetLib/cuComponent.h @@ -46,9 +46,6 @@ namespace TNet { class CuComponent { public: - static int UID_CNT; - /// Unique id of this component - int UID; /// Types of the net components typedef enum { UPDATABLE_COMPONENT = 0x0100, |