diff options
Diffstat (limited to 'src/objects/DummyObject.h')
-rw-r--r-- | src/objects/DummyObject.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/objects/DummyObject.h b/src/objects/DummyObject.h index d6f88335..680df685 100644 --- a/src/objects/DummyObject.h +++ b/src/objects/DummyObject.h @@ -10,5 +10,3 @@ public: CDummyObject(void) {} CDummyObject(CObject *obj); }; - -VALIDATE_SIZE(CDummyObject, 0x68); |