diff options
Diffstat (limited to 'src/idodetaillabel.h')
-rw-r--r-- | src/idodetaillabel.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |