add (commented) new version of fit-to-pixels function, from Company on #gtk+
[ardour.git] / libs / gtkmm2ext / click_box.cc
index 3ab7ea883cf3607c390c48e3d7cc5b0f19e52bd0..dc9eb3943302c91e44560c020d73d6ec7acd4204 100644 (file)
@@ -81,7 +81,7 @@ ClickBox::button_release_handler (GdkEventButton* ev)
 
 void
 ClickBox::default_printer (char buf[32], Gtk::Adjustment &adj, 
-                              void *ignored)
+                              void *)
 {
        sprintf (buf, "%.2f", adj.get_value());
 }
@@ -104,9 +104,8 @@ ClickBox::set_label ()
 }
 
 void
-ClickBox::style_changed (const Glib::RefPtr<Gtk::Style>& ignored)
+ClickBox::style_changed (const Glib::RefPtr<Gtk::Style>&)
 {
-
        layout->context_changed (); 
        layout->get_pixel_size (twidth, theight);
 }