diff options
Diffstat (limited to 'src/client/clientobject.h')
-rw-r--r-- | src/client/clientobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/clientobject.h b/src/client/clientobject.h index 19f8e3b72..ecd8059ef 100644 --- a/src/client/clientobject.h +++ b/src/client/clientobject.h @@ -44,7 +44,6 @@ public: virtual void updateLight(u32 day_night_ratio) {} - virtual bool isItem() const { return false; } virtual bool getCollisionBox(aabb3f *toset) const { return false; } virtual bool getSelectionBox(aabb3f *toset) const { return false; } virtual bool collideWithObjects() const { return false; } |