Move object+range button up with the rest of the tool buttons (bringing edit toolbar...
[ardour.git] / gtk2_ardour / simpleline.cc
index 4a50ccb4aafae2a66f65c3128985ec98fc84f90d..6c8c4ceb1025350c691c150a123979197eb63b19 100644 (file)
@@ -3,7 +3,6 @@
 #include "simpleline.h"
 #include "simpleline_p.h"
 
-/* $Id$ */
 
 /* line.ccg
  *
@@ -135,7 +134,7 @@ GType SimpleLine::get_base_type()
   return gnome_canvas_line_get_type();
 }
 
-Glib::PropertyProxy<guint> SimpleLine::property_color_rgba() 
+Glib::PropertyProxy<guint> SimpleLine::property_color_rgba()
 {
   return Glib::PropertyProxy<guint>(this, "color_rgba");
 }
@@ -145,7 +144,7 @@ Glib::PropertyProxy_ReadOnly<guint> SimpleLine::property_color_rgba() const
   return Glib::PropertyProxy_ReadOnly<guint>(this, "color_rgba");
 }
 
-Glib::PropertyProxy<double> SimpleLine::property_x1() 
+Glib::PropertyProxy<double> SimpleLine::property_x1()
 {
   return Glib::PropertyProxy<double>(this, "x1");
 }
@@ -155,7 +154,7 @@ Glib::PropertyProxy_ReadOnly<double> SimpleLine::property_x1() const
   return Glib::PropertyProxy_ReadOnly<double>(this, "x1");
 }
 
-Glib::PropertyProxy<double> SimpleLine::property_x2() 
+Glib::PropertyProxy<double> SimpleLine::property_x2()
 {
   return Glib::PropertyProxy<double>(this, "x2");
 }
@@ -165,7 +164,7 @@ Glib::PropertyProxy_ReadOnly<double> SimpleLine::property_x2() const
   return Glib::PropertyProxy_ReadOnly<double>(this, "x2");
 }
 
-Glib::PropertyProxy<double> SimpleLine::property_y1() 
+Glib::PropertyProxy<double> SimpleLine::property_y1()
 {
   return Glib::PropertyProxy<double>(this, "y1");
 }
@@ -175,7 +174,7 @@ Glib::PropertyProxy_ReadOnly<double> SimpleLine::property_y1() const
   return Glib::PropertyProxy_ReadOnly<double>(this, "y1");
 }
 
-Glib::PropertyProxy<double> SimpleLine::property_y2() 
+Glib::PropertyProxy<double> SimpleLine::property_y2()
 {
   return Glib::PropertyProxy<double>(this, "y2");
 }