X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftags%2Fstable%2Fsrc%2Fgtkmm%2Fstate_eyedrop.cpp;h=711e166ddb1b9cc2eaefdd91bc5154250971fd25;hb=a42ee14a3397a3fbb31d14e6eece4236620ae2db;hp=67fe9e5387be3f0c391767db7a5daeff22099739;hpb=f6184c2a9c2245aae802c31c8f3300e1b744359c;p=synfig.git diff --git a/synfig-studio/tags/stable/src/gtkmm/state_eyedrop.cpp b/synfig-studio/tags/stable/src/gtkmm/state_eyedrop.cpp index 67fe9e5..711e166 100644 --- a/synfig-studio/tags/stable/src/gtkmm/state_eyedrop.cpp +++ b/synfig-studio/tags/stable/src/gtkmm/state_eyedrop.cpp @@ -109,7 +109,7 @@ StateEyedrop_Context::~StateEyedrop_Context() } Smach::event_result -StateEyedrop_Context::event_stop_handler(const Smach::event& x) +StateEyedrop_Context::event_stop_handler(const Smach::event& /*x*/) { synfig::info("STATE EYEDROP: Received Stop Event"); throw Smach::egress_exception(); @@ -118,7 +118,7 @@ StateEyedrop_Context::event_stop_handler(const Smach::event& x) } Smach::event_result -StateEyedrop_Context::event_refresh_handler(const Smach::event& x) +StateEyedrop_Context::event_refresh_handler(const Smach::event& /*x*/) { synfig::info("STATE EYEDROP: Received Refresh Event"); canvas_view->work_area->queue_render_preview();