diff options
Diffstat (limited to '')
-rw-r--r-- | source/cLavaSimulator.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/cLavaSimulator.cpp b/source/cLavaSimulator.cpp index 35a498ee7..fbd1734ab 100644 --- a/source/cLavaSimulator.cpp +++ b/source/cLavaSimulator.cpp @@ -14,10 +14,4 @@ cLavaSimulator::cLavaSimulator(cWorld *a_World) bool cLavaSimulator::IsAllowedBlock(char a_BlockID)
{
return IsBlockLava(a_BlockID);
-}
-
-
-bool cLavaSimulator::IsPassableForFluid(char a_BlockID)
-{
- return ( a_BlockID == E_BLOCK_AIR || IsAllowedBlock(a_BlockID) );
}
\ No newline at end of file |