support for centered text in scripts
[supertux.git] / src / object / path.cpp
index 941e9d0..ce49d2b 100644 (file)
@@ -94,7 +94,7 @@ Path::update(float elapsed_time)
 }
 
 void
-Path::draw(DrawingContext& context)
+Path::draw(DrawingContext& )
 {
    // TODO: Add a visible flag, draw the path if true
 }