summaryrefslogtreecommitdiffstats
path: root/source/FallingBlock.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/FallingBlock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/FallingBlock.h b/source/FallingBlock.h
index e40b342fe..abc3f8d9b 100644
--- a/source/FallingBlock.h
+++ b/source/FallingBlock.h
@@ -36,8 +36,6 @@ private:
BLOCKTYPE m_BlockType;
Vector3i m_OriginalPosition;
- float m_SpeedY;
-
static bool IsPassable(BLOCKTYPE a_BlockType)
{
return ((a_BlockType == E_BLOCK_AIR) || IsBlockLiquid(a_BlockType));