Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Commit 13b9553

Browse files
committed
Remove duplicate private
1 parent cb1bb1b commit 13b9553

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/goat-plot.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ static void goat_plot_get_gproperty (GObject *object, guint prop_id, GValue *val
106106

107107
static void goat_plot_class_init (GoatPlotClass *klass)
108108
{
109-
g_type_class_add_private (klass, sizeof (GoatPlotPrivate));
110-
111109
GObjectClass *object_class = G_OBJECT_CLASS (klass);
112110
object_class->finalize = goat_plot_finalize;
113111

0 commit comments

Comments
 (0)