summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockRedstoneTorch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blocks/BlockRedstoneTorch.h')
-rw-r--r--src/Blocks/BlockRedstoneTorch.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Blocks/BlockRedstoneTorch.h b/src/Blocks/BlockRedstoneTorch.h
index cb897ba3f..8416a415c 100644
--- a/src/Blocks/BlockRedstoneTorch.h
+++ b/src/Blocks/BlockRedstoneTorch.h
@@ -23,12 +23,6 @@ public:
// Always drop the ON torch, meta 0
a_Pickups.push_back(cItem(E_BLOCK_REDSTONE_TORCH_ON, 1, 0));
}
-
-
- virtual const char * GetStepSound(void) override
- {
- return "step.wood";
- }
} ;