aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Object.h')
-rw-r--r--src/game/Object.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/game/Object.h b/src/game/Object.h
index a485f117938..0dfb63e5997 100644
--- a/src/game/Object.h
+++ b/src/game/Object.h
@@ -350,11 +350,7 @@ class TRINITY_DLL_SPEC Object
class TRINITY_DLL_SPEC WorldObject : public Object
{
public:
- virtual ~WorldObject ( );
-
- virtual void AddToWorld();
-
- virtual void RemoveFromWorld();
+ virtual ~WorldObject ( ) {}
virtual void Update ( uint32 /*time_diff*/ ) { }