diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-12-03 22:14:51 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-12-03 22:14:51 +0000 |
commit | 0ab4079b28220f4051f8d0935a976e550514ad7f (patch) | |
tree | 7693892f4b07f9f222b76d91f641da41f0239d69 /src/idoentrymenuitem.h | |
parent | 3fded4665bfe9764faaeb657de791b0c553f6258 (diff) | |
download | ayatana-ido-0ab4079b28220f4051f8d0935a976e550514ad7f.tar.gz ayatana-ido-0ab4079b28220f4051f8d0935a976e550514ad7f.tar.bz2 ayatana-ido-0ab4079b28220f4051f8d0935a976e550514ad7f.zip |
Avoid deprecated g_type_class_add_private.
Diffstat (limited to 'src/idoentrymenuitem.h')
-rw-r--r-- | src/idoentrymenuitem.h | 3 |
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 |