diff options
Diffstat (limited to 'src/idorange.h')
-rw-r--r-- | src/idorange.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/idorange.h b/src/idorange.h index 7c2e79b..beef43f 100644 --- a/src/idorange.h +++ b/src/idorange.h @@ -44,13 +44,11 @@ typedef enum } IdoRangeStyle; typedef struct _IdoRange IdoRange; -typedef struct _IdoRangePrivate IdoRangePrivate; typedef struct _IdoRangeClass IdoRangeClass; struct _IdoRange { GtkScale parent_instance; - IdoRangePrivate *priv; }; struct _IdoRangeClass |