Fix crashes due to use of an uninitialised set of points.
git-svn-id: svn://localhost/ardour2/branches/3.0@8975 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user