summaryrefslogtreecommitdiff
path: root/src/itemdef.h
diff options
context:
space:
mode:
authorPilzAdam <PilzAdam@gmx.de>2013-02-27 20:23:32 +0100
committerPilzAdam <PilzAdam@gmx.de>2013-02-27 20:23:32 +0100
commit0183bdad0482d60dccfdcf68f84db629c05a7018 (patch)
treed896ec1049f04657c5952ae15521733e9c7a9984 /src/itemdef.h
parentd31f07bd4b83f858cce589faac56922e12ba670f (diff)
downloadminetest-0183bdad0482d60dccfdcf68f84db629c05a7018.tar.gz
minetest-0183bdad0482d60dccfdcf68f84db629c05a7018.tar.bz2
minetest-0183bdad0482d60dccfdcf68f84db629c05a7018.zip
Fix nodeplacement prediction
Diffstat (limited to 'src/itemdef.h')
-rw-r--r--src/itemdef.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/itemdef.h b/src/itemdef.h
index 4a9e16966..dd20ba353 100644
--- a/src/itemdef.h
+++ b/src/itemdef.h
@@ -62,8 +62,6 @@ struct ItemDefinition
*/
s16 stack_max;
bool usable;
- // If true, don't use node placement prediction
- bool rightclickable;
bool liquids_pointable;
// May be NULL. If non-NULL, deleted by destructor
ToolCapabilities *tool_capabilities;