aboutsummaryrefslogtreecommitdiff
path: root/src/idoentrymenuitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/idoentrymenuitem.h')
-rw-r--r--src/idoentrymenuitem.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/idoentrymenuitem.h b/src/idoentrymenuitem.h
index 417e774..7c5da79 100644
--- a/src/idoentrymenuitem.h
+++ b/src/idoentrymenuitem.h
@@ -39,13 +39,10 @@ G_BEGIN_DECLS
typedef struct _IdoEntryMenuItem IdoEntryMenuItem;
typedef struct _IdoEntryMenuItemClass IdoEntryMenuItemClass;
-typedef struct _IdoEntryMenuItemPrivate IdoEntryMenuItemPrivate;
struct _IdoEntryMenuItem
{
GtkMenuItem parent_instance;
-
- IdoEntryMenuItemPrivate *priv;
};
struct _IdoEntryMenuItemClass