diff options
Diffstat (limited to 'src/Blocks/BlockCloth.h')
-rw-r--r-- | src/Blocks/BlockCloth.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Blocks/BlockCloth.h b/src/Blocks/BlockCloth.h index 3c1ae7c25..525176725 100644 --- a/src/Blocks/BlockCloth.h +++ b/src/Blocks/BlockCloth.h @@ -15,11 +15,6 @@ public: : cBlockHandler(a_BlockType) { } - - virtual const char * GetStepSound(void) override - { - return "step.cloth"; - } } ; |