Comment out the trackmenu, it isn't used and the strings are annoying to translators
[synfig.git] / synfig-studio / trunk / src / synfigapp / uimanager.cpp
index 7ec30f6..9ee6af2 100644 (file)
@@ -33,6 +33,8 @@
 #include <iostream>
 #include <string>
 
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -149,7 +151,7 @@ ConsoleUIInterface::warning(const std::string &task)
 }
 
 bool
-ConsoleUIInterface::amount_complete(int current, int total)
+ConsoleUIInterface::amount_complete(int /*current*/, int /*total*/)
 {
        return true;
 }