Prevent compiler warnings about unused parameters.
[synfig.git] / synfig-studio / trunk / src / gtkmm / widget_curves.cpp
index a9085ab..08a8a14 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file widget_curves.cpp
 **     \brief Template File
 **
-**     $Id: widget_curves.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -454,7 +454,7 @@ Widget_Curves::on_event(GdkEvent *event)
 }
 
 bool
-Widget_Curves::redraw(GdkEventExpose*bleh)
+Widget_Curves::redraw(GdkEventExpose */*bleh*/)
 {
        const int h(get_height());
        const int w(get_width());