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