fixed non-used argument, compiler warnings
[physics.git] / src / GameStates / CreatingPolygon.cpp
index f377141..105dbb3 100644 (file)
@@ -31,15 +31,15 @@ CreatingPolygon::~CreatingPolygon()
 
 /// ***** Public Class Methods *****
 
-void CreatingPolygon::handleInput(bool on_top) const
+void CreatingPolygon::handleInput(bool /*on_top*/) const
 {
     // TODO
 }
-void CreatingPolygon::update(float time_step, bool on_top) const
+void CreatingPolygon::update(float /*time_step*/, bool /*on_top*/) const
 {
 
 }
-void CreatingPolygon::draw(bool on_top) const
+void CreatingPolygon::draw(bool /*on_top*/) const
 {
     // TODO
 }