From 0ab4079b28220f4051f8d0935a976e550514ad7f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 3 Dec 2019 22:14:51 +0000 Subject: Avoid deprecated g_type_class_add_private. --- src/idodetaillabel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/idodetaillabel.h') diff --git a/src/idodetaillabel.h b/src/idodetaillabel.h index 1995fee..6b6f57a 100644 --- a/src/idodetaillabel.h +++ b/src/idodetaillabel.h @@ -31,12 +31,10 @@ typedef struct _IdoDetailLabel IdoDetailLabel; typedef struct _IdoDetailLabelClass IdoDetailLabelClass; -typedef struct _IdoDetailLabelPrivate IdoDetailLabelPrivate; struct _IdoDetailLabel { GtkWidget parent; - IdoDetailLabelPrivate *priv; }; struct _IdoDetailLabelClass -- cgit v1.2.3