Prevent compiler warnings about unused parameters.
[synfig.git] / synfig-core / trunk / src / tool / main.cpp
index 424d2ea..14f6b74 100644 (file)
@@ -122,7 +122,7 @@ public:
        }
 
        virtual bool
-       amount_complete(int current, int total)
+       amount_complete(int /*current*/, int /*total*/)
        {
                return true;
        }