diff options
Diffstat (limited to 'src/core/Placeable.cpp')
-rw-r--r-- | src/core/Placeable.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/Placeable.cpp b/src/core/Placeable.cpp index 162148f7..6efc1540 100644 --- a/src/core/Placeable.cpp +++ b/src/core/Placeable.cpp @@ -7,10 +7,6 @@ CPlaceable::CPlaceable(void) m_matrix.SetScale(1.0f); } -CPlaceable::~CPlaceable(void) -{ -} - void CPlaceable::SetHeading(float angle) { |