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:
Carl Hetherington 2011-02-27 01:58:52 +00:00
parent d22a0c4f5a
commit 90c69e7116

View File

@ -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);
}