summaryrefslogtreecommitdiffstats
path: root/source/cWaterSimulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cWaterSimulator.cpp')
-rw-r--r--source/cWaterSimulator.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/cWaterSimulator.cpp b/source/cWaterSimulator.cpp
index 372328914..595ba556f 100644
--- a/source/cWaterSimulator.cpp
+++ b/source/cWaterSimulator.cpp
@@ -16,8 +16,3 @@ bool cWaterSimulator::IsAllowedBlock(char a_BlockID)
return IsBlockWater(a_BlockID);
}
-
-bool cWaterSimulator::IsPassableForFluid(char a_BlockID)
-{
- return ( a_BlockID == E_BLOCK_AIR || IsAllowedBlock(a_BlockID) );
-} \ No newline at end of file