summaryrefslogtreecommitdiffstats
path: root/source/Simulator/ClassicFluidSimulator.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Simulator/ClassicFluidSimulator.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/Simulator/ClassicFluidSimulator.h b/source/Simulator/ClassicFluidSimulator.h
index ebccda487..4b6301b9a 100644
--- a/source/Simulator/ClassicFluidSimulator.h
+++ b/source/Simulator/ClassicFluidSimulator.h
@@ -27,13 +27,6 @@ public:
virtual void AddBlock(int a_BlockX, int a_BlockY, int a_BlockZ) override;
virtual bool IsAllowedBlock(BLOCKTYPE a_BlockType) override;
- // cFluidSimulator overrides:
- virtual Direction GetFlowingDirection(int a_X, int a_Y, int a_Z, bool a_Over = true) override;
-
- bool CanWashAway (BLOCKTYPE a_BlockType);
- bool IsSolidBlock(BLOCKTYPE a_BlockType);
- bool IsPassableForFluid(BLOCKTYPE a_BlockType);
-
protected:
NIBBLETYPE GetHighestLevelAround(int a_BlockX, int a_BlockY, int a_BlockZ);