summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/ChestEntity.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-02-12 23:06:13 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-02-12 23:06:13 +0100
commite915a0df4cf78f41a200f0a06aabf069aec1bb07 (patch)
tree03a270c2dac1aec28d685efa05c61c8914bed8d1 /src/BlockEntities/ChestEntity.cpp
parentChanged inheritance a bit (diff)
downloadcuberite-e915a0df4cf78f41a200f0a06aabf069aec1bb07.tar
cuberite-e915a0df4cf78f41a200f0a06aabf069aec1bb07.tar.gz
cuberite-e915a0df4cf78f41a200f0a06aabf069aec1bb07.tar.bz2
cuberite-e915a0df4cf78f41a200f0a06aabf069aec1bb07.tar.lz
cuberite-e915a0df4cf78f41a200f0a06aabf069aec1bb07.tar.xz
cuberite-e915a0df4cf78f41a200f0a06aabf069aec1bb07.tar.zst
cuberite-e915a0df4cf78f41a200f0a06aabf069aec1bb07.zip
Diffstat (limited to '')
-rw-r--r--src/BlockEntities/ChestEntity.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/BlockEntities/ChestEntity.cpp b/src/BlockEntities/ChestEntity.cpp
index 9282da7fd..dfbe6ae87 100644
--- a/src/BlockEntities/ChestEntity.cpp
+++ b/src/BlockEntities/ChestEntity.cpp
@@ -170,18 +170,3 @@ void cChestEntity::OpenNewWindow(void)
-
-void cChestEntity::OnSlotChanged(cItemGrid * a_Grid, int a_SlotNum)
-{
- super::OnSlotChanged(a_Grid, a_SlotNum);
-
- cWindow * Window = GetWindow();
- if (Window != NULL)
- {
- Window->BroadcastWholeWindow();
- }
-}
-
-
-
-