X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Fuimanager.cpp;h=0aa0450d424715728e0592c9b5a3e317aeb715b4;hb=6fc1a2c4d3eb4de9e3c9c88b7a770e4feb7f5243;hp=cedb1d0ebc4985d4cb1c1f5a0dd099f85c464dad;hpb=ce408de81ca266b1f334ee9bc6c8fb7ba1492ed4;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/uimanager.cpp b/synfig-studio/trunk/src/synfigapp/uimanager.cpp index cedb1d0..0aa0450 100644 --- a/synfig-studio/trunk/src/synfigapp/uimanager.cpp +++ b/synfig-studio/trunk/src/synfigapp/uimanager.cpp @@ -2,7 +2,7 @@ /*! \file uimanager.cpp ** \brief Template File ** -** $Id: uimanager.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -126,7 +126,7 @@ ConsoleUIInterface::ok_cancel(const std::string &title, const std::string &messa return RESPONSE_OK; } } - + bool ConsoleUIInterface::task(const std::string &task) { @@ -149,7 +149,7 @@ ConsoleUIInterface::warning(const std::string &task) } bool -ConsoleUIInterface::amount_complete(int current, int total) +ConsoleUIInterface::amount_complete(int /*current*/, int /*total*/) { return true; }