aboutsummaryrefslogtreecommitdiff
path: root/src/client/clientobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/clientobject.h')
-rw-r--r--src/client/clientobject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/clientobject.h b/src/client/clientobject.h
index 8e64b8406..ecd8059ef 100644
--- a/src/client/clientobject.h
+++ b/src/client/clientobject.h
@@ -43,7 +43,6 @@ public:
virtual void removeFromScene(bool permanent) {}
virtual void updateLight(u32 day_night_ratio) {}
- virtual v3s16 getLightPosition() { return v3s16(0, 0, 0); }
virtual bool getCollisionBox(aabb3f *toset) const { return false; }
virtual bool getSelectionBox(aabb3f *toset) const { return false; }