Improve sensitization of buttons in the advanced options
[ardour.git] / gtk2_ardour / diamond.cc
index 57b86250f9539eddce5fe7ab808c7540bfd20e53..4ed7fa9ebc7a071c65899c2f4fb8661a5a81d1e5 100644 (file)
@@ -1,6 +1,6 @@
 /*
     Copyright (C) 2007 Paul Davis
-    Author: Dave Robillard
+    Author: David Robillard
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -29,7 +29,6 @@ Diamond::Diamond(Group& group, double height)
        , _h (height)
 {
        points = gnome_canvas_points_new (4);
-       g_object_set (gobj(), "points", points, NULL);
        move_to (0, 0);
 }