Prevent compiler warnings about unused parameters.
[synfig.git] / synfig-studio / trunk / src / gtkmm / state_rotate.cpp
index 424c780..23b84fe 100644 (file)
@@ -207,7 +207,7 @@ StateRotate_Context::refresh_tool_options()
 }
 
 Smach::event_result
-StateRotate_Context::event_refresh_tool_options(const Smach::event& x)
+StateRotate_Context::event_refresh_tool_options(const Smach::event& /*x*/)
 {
        refresh_tool_options();
        return Smach::RESULT_ACCEPT;