Add remove all and disconnect all to port matrix menu. Hide bundles whose channels...
[ardour.git] / gtk2_ardour / imageframe.cc
index bc59fec2c0cb2ce4c4e4aca948001f16c955ffb8..ac30511864f3b39aae446dc4d89b99a981977adf 100644 (file)
@@ -4,7 +4,6 @@
 #include "imageframe_p.h"
 #include <libgnomecanvasmm/private/shape_p.h>
 
-/* $Id$ */
 
 /* rect.c
  *
@@ -175,7 +174,7 @@ Glib::PropertyProxy_ReadOnly<double> ImageFrame::property_height() const
 {
        return Glib::PropertyProxy_ReadOnly<double> (this, "height");
 }
-Glib::PropertyProxy<Gtk::AnchorType> ImageFrame::property_anchor() 
+Glib::PropertyProxy<Gtk::AnchorType> ImageFrame::property_anchor()
 {
   return Glib::PropertyProxy<Gtk::AnchorType>(this, "anchor");
 }