X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fstate_rectangle.cpp;h=50b542efa39506b66855458fc86ec9bba7aafe99;hb=c3ad95144d148602f672e95ddda1f18fc35502f8;hp=b934437b951924f0385d8b8d2cd17a63ed831b60;hpb=c25902b514d64fd65c96ed56171bcd205d19d699;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/state_rectangle.cpp b/synfig-studio/trunk/src/gtkmm/state_rectangle.cpp index b934437..50b542e 100644 --- a/synfig-studio/trunk/src/gtkmm/state_rectangle.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_rectangle.cpp @@ -129,7 +129,7 @@ public: void reset(); void increment_id(); bool no_egress_on_selection_change; - Smach::event_result event_layer_selection_changed_handler(const Smach::event& x) + Smach::event_result event_layer_selection_changed_handler(const Smach::event& /*x*/) { if(!no_egress_on_selection_change) throw Smach::egress_exception(); @@ -302,7 +302,7 @@ StateRectangle_Context::refresh_tool_options() } Smach::event_result -StateRectangle_Context::event_refresh_tool_options(const Smach::event& x) +StateRectangle_Context::event_refresh_tool_options(const Smach::event& /*x*/) { refresh_tool_options(); return Smach::RESULT_ACCEPT; @@ -332,13 +332,13 @@ StateRectangle_Context::~StateRectangle_Context() } Smach::event_result -StateRectangle_Context::event_stop_handler(const Smach::event& x) +StateRectangle_Context::event_stop_handler(const Smach::event& /*x*/) { throw Smach::egress_exception(); } Smach::event_result -StateRectangle_Context::event_refresh_handler(const Smach::event& x) +StateRectangle_Context::event_refresh_handler(const Smach::event& /*x*/) { refresh_ducks(); return Smach::RESULT_ACCEPT;