summaryrefslogtreecommitdiff
path: root/src/content_sao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/content_sao.h')
-rw-r--r--src/content_sao.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content_sao.h b/src/content_sao.h
index c5e1471bc..428998799 100644
--- a/src/content_sao.h
+++ b/src/content_sao.h
@@ -51,7 +51,6 @@ public:
std::string getStaticData();
InventoryItem* createInventoryItem();
void punch(ServerActiveObject *puncher);
- void rightClick(ServerActiveObject *clicker);
float getMinimumSavedMovement(){ return 0.1*BS; }
private:
std::string m_inventorystring;