summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockButton.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-09-10 08:36:33 +0200
committerMattes D <github@xoft.cz>2014-09-10 08:36:33 +0200
commit76d5aa1d51b618905019f72ca4388aed75941e7e (patch)
treed39589ef7a48771b05f1d2adb96e6c869262bc00 /src/Blocks/BlockButton.h
parentMerge pull request #1399 from mc-server/warnings (diff)
parentRemoved old sound-configuration for SignPosts (diff)
downloadcuberite-76d5aa1d51b618905019f72ca4388aed75941e7e.tar
cuberite-76d5aa1d51b618905019f72ca4388aed75941e7e.tar.gz
cuberite-76d5aa1d51b618905019f72ca4388aed75941e7e.tar.bz2
cuberite-76d5aa1d51b618905019f72ca4388aed75941e7e.tar.lz
cuberite-76d5aa1d51b618905019f72ca4388aed75941e7e.tar.xz
cuberite-76d5aa1d51b618905019f72ca4388aed75941e7e.tar.zst
cuberite-76d5aa1d51b618905019f72ca4388aed75941e7e.zip
Diffstat (limited to 'src/Blocks/BlockButton.h')
-rw-r--r--src/Blocks/BlockButton.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Blocks/BlockButton.h b/src/Blocks/BlockButton.h
index 3b45afff8..8e4f04740 100644
--- a/src/Blocks/BlockButton.h
+++ b/src/Blocks/BlockButton.h
@@ -57,12 +57,6 @@ public:
}
- virtual const char * GetStepSound(void) override
- {
- return m_BlockType == E_BLOCK_WOODEN_BUTTON ? "step.wood" : "step.stone";
- }
-
-
inline static NIBBLETYPE BlockFaceToMetaData(eBlockFace a_BlockFace)
{
switch (a_BlockFace)