X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fstate_normal.cpp;h=f5b98d41887756da8198fdc3719ba11d6e690cf7;hb=d07cf2aeaf95ac90d7eca16ab39a4c4bda9743e6;hp=1977f9f78e0162c272ad8d360682f7384a827510;hpb=837b63e9fb829d66d43f4f169861f8979f76820d;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/state_normal.cpp b/synfig-studio/trunk/src/gtkmm/state_normal.cpp index 1977f9f..f5b98d4 100644 --- a/synfig-studio/trunk/src/gtkmm/state_normal.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_normal.cpp @@ -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");