X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftags%2Fstable%2Fsrc%2Fgtkmm%2Fstate_stroke.cpp;h=0fb53baa239b59d9e73a63412d99169acabb7fef;hb=a42ee14a3397a3fbb31d14e6eece4236620ae2db;hp=479f0ea0b2419f469ceca5b1719efda16f469018;hpb=f6184c2a9c2245aae802c31c8f3300e1b744359c;p=synfig.git diff --git a/synfig-studio/tags/stable/src/gtkmm/state_stroke.cpp b/synfig-studio/tags/stable/src/gtkmm/state_stroke.cpp index 479f0ea..0fb53ba 100644 --- a/synfig-studio/tags/stable/src/gtkmm/state_stroke.cpp +++ b/synfig-studio/tags/stable/src/gtkmm/state_stroke.cpp @@ -144,19 +144,19 @@ StateStroke_Context::~StateStroke_Context() } Smach::event_result -StateStroke_Context::event_refresh_tool_options(const Smach::event& x) +StateStroke_Context::event_refresh_tool_options(const Smach::event& /*x*/) { return Smach::RESULT_ACCEPT; } Smach::event_result -StateStroke_Context::event_stop_handler(const Smach::event& x) +StateStroke_Context::event_stop_handler(const Smach::event& /*x*/) { throw Smach::pop_exception(); } Smach::event_result -StateStroke_Context::event_refresh_handler(const Smach::event& x) +StateStroke_Context::event_refresh_handler(const Smach::event& /*x*/) { return Smach::RESULT_ACCEPT; }