X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fstate_normal.cpp;h=f5b98d41887756da8198fdc3719ba11d6e690cf7;hb=f26a17960daf8eca62ca03d3a3bdb61096e09c7b;hp=e92c56820452d124d28c099637c3577d176fd0a7;hpb=c6af6e1c3816eb3b15c573089b32e6ae65cd2f49;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/state_normal.cpp b/synfig-studio/trunk/src/gtkmm/state_normal.cpp index e92c568..f5b98d4 100644 --- a/synfig-studio/trunk/src/gtkmm/state_normal.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_normal.cpp @@ -2,7 +2,7 @@ /*! \file state_normal.cpp ** \brief Template File ** -** $Id: state_normal.cpp,v 1.1.1.1 2005/01/07 03:34:36 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -135,14 +135,14 @@ StateNormal_Context::refresh_tool_options() } Smach::event_result -StateNormal_Context::event_refresh_tool_options(const Smach::event& x) +StateNormal_Context::event_refresh_tool_options(const Smach::event& /*x*/) { refresh_tool_options(); return Smach::RESULT_ACCEPT; } Smach::event_result -StateNormal_Context::event_stop_handler(const Smach::event& x) +StateNormal_Context::event_stop_handler(const Smach::event& /*x*/) { synfig::info("STATE NORMAL: Received Stop Event"); canvas_view->stop(); @@ -150,7 +150,7 @@ StateNormal_Context::event_stop_handler(const Smach::event& x) } Smach::event_result -StateNormal_Context::event_refresh_handler(const Smach::event& x) +StateNormal_Context::event_refresh_handler(const Smach::event& /*x*/) { synfig::info("STATE NORMAL: Received Refresh Event"); canvas_view->rebuild_tables(); @@ -159,7 +159,7 @@ StateNormal_Context::event_refresh_handler(const Smach::event& x) } Smach::event_result -StateNormal_Context::event_refresh_ducks_handler(const Smach::event& x) +StateNormal_Context::event_refresh_ducks_handler(const Smach::event& /*x*/) { synfig::info("STATE NORMAL: Received Refresh Ducks"); canvas_view->queue_rebuild_ducks(); @@ -167,7 +167,7 @@ StateNormal_Context::event_refresh_ducks_handler(const Smach::event& x) } Smach::event_result -StateNormal_Context::event_undo_handler(const Smach::event& x) +StateNormal_Context::event_undo_handler(const Smach::event& /*x*/) { synfig::info("STATE NORMAL: Received Undo Event"); canvas_view->get_instance()->undo(); @@ -175,7 +175,7 @@ StateNormal_Context::event_undo_handler(const Smach::event& x) } Smach::event_result -StateNormal_Context::event_redo_handler(const Smach::event& x) +StateNormal_Context::event_redo_handler(const Smach::event& /*x*/) { synfig::info("STATE NORMAL: Received Redo Event"); canvas_view->get_instance()->redo(); @@ -363,7 +363,7 @@ StateNormal_Context::edit_several_waypoints(std::list valu */ Smach::event_result -StateNormal_Context::event_multiple_ducks_clicked_handler(const Smach::event& x) +StateNormal_Context::event_multiple_ducks_clicked_handler(const Smach::event& /*x*/) { synfig::info("STATE NORMAL: Received multiple duck click event");