qulogic/libgnt

Remove unused Gnt*Priv typedefs.

2019-04-06, Elliott Sales de Andrade
b4a6d6068c57
Parents 98c2a8b7a87c
Children c83e0a76ba96
Remove unused Gnt*Priv typedefs.
--- a/gntcheckbox.h Thu Apr 11 21:32:30 2019 +0000
+++ b/gntcheckbox.h Sat Apr 06 04:42:44 2019 -0400
@@ -42,7 +42,6 @@
#define GNT_CHECK_BOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GNT_TYPE_CHECK_BOX, GntCheckBoxClass))
typedef struct _GntCheckBox GntCheckBox;
-typedef struct _GntCheckBoxPriv GntCheckBoxPriv;
typedef struct _GntCheckBoxClass GntCheckBoxClass;
struct _GntCheckBox
--- a/gntcombobox.h Thu Apr 11 21:32:30 2019 +0000
+++ b/gntcombobox.h Sat Apr 06 04:42:44 2019 -0400
@@ -42,7 +42,6 @@
#define GNT_COMBO_BOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GNT_TYPE_COMBO_BOX, GntComboBoxClass))
typedef struct _GntComboBox GntComboBox;
-typedef struct _GntComboBoxPriv GntComboBoxPriv;
typedef struct _GntComboBoxClass GntComboBoxClass;
struct _GntComboBox
--- a/gntentry.h Thu Apr 11 21:32:30 2019 +0000
+++ b/gntentry.h Sat Apr 06 04:42:44 2019 -0400
@@ -44,7 +44,6 @@
#define GNT_ENTRY_CHAR '_' /* The character to use to fill in the blank places */
typedef struct _GntEntry GntEntry;
-typedef struct _GntEntryPriv GntEntryPriv;
typedef struct _GntEntryClass GntEntryClass;
typedef struct _GntEntryKillRing GntEntryKillRing;
typedef struct _GntEntrySearch GntEntrySearch;
--- a/gntfilesel.h Thu Apr 11 21:32:30 2019 +0000
+++ b/gntfilesel.h Sat Apr 06 04:42:44 2019 -0400
@@ -44,7 +44,6 @@
#define GNT_TYPE_FILE (gnt_file_get_type())
typedef struct _GntFileSel GntFileSel;
-typedef struct _GntFileSelPriv GntFileSelPriv;
typedef struct _GntFileSelClass GntFileSelClass;
typedef struct _GntFile GntFile;
--- a/gntline.h Thu Apr 11 21:32:30 2019 +0000
+++ b/gntline.h Sat Apr 06 04:42:44 2019 -0400
@@ -42,7 +42,6 @@
#define GNT_LINE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GNT_TYPE_LINE, GntLineClass))
typedef struct _GntLine GntLine;
-typedef struct _GntLinePriv GntLinePriv;
typedef struct _GntLineClass GntLineClass;
struct _GntLine
--- a/gntmenu.h Thu Apr 11 21:32:30 2019 +0000
+++ b/gntmenu.h Sat Apr 06 04:42:44 2019 -0400
@@ -41,7 +41,6 @@
#define GNT_MENU_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GNT_TYPE_MENU, GntMenuClass))
typedef struct _GntMenu GntMenu;
-typedef struct _GntMenuPriv GntMenuPriv;
typedef struct _GntMenuClass GntMenuClass;
#include "gntmenuitem.h"
--- a/gntmenuitemcheck.h Thu Apr 11 21:32:30 2019 +0000
+++ b/gntmenuitemcheck.h Sat Apr 06 04:42:44 2019 -0400
@@ -42,7 +42,6 @@
#define GNT_MENU_ITEM_CHECK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GNT_TYPE_MENU_ITEM_CHECK, GntMenuItemCheckClass))
typedef struct _GntMenuItemCheck GntMenuItemCheck;
-typedef struct _GntMenuItemCheckPriv GntMenuItemCheckPriv;
typedef struct _GntMenuItemCheckClass GntMenuItemCheckClass;
struct _GntMenuItemCheck
--- a/gntslider.h Thu Apr 11 21:32:30 2019 +0000
+++ b/gntslider.h Sat Apr 06 04:42:44 2019 -0400
@@ -41,7 +41,6 @@
#define GNT_SLIDER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GNT_TYPE_SLIDER, GntSliderClass))
typedef struct _GntSlider GntSlider;
-typedef struct _GntSliderPriv GntSliderPriv;
typedef struct _GntSliderClass GntSliderClass;
struct _GntSlider
--- a/gnttextview.h Thu Apr 11 21:32:30 2019 +0000
+++ b/gnttextview.h Sat Apr 06 04:42:44 2019 -0400
@@ -42,7 +42,6 @@
#define GNT_TEXT_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GNT_TYPE_TEXT_VIEW, GntTextViewClass))
typedef struct _GntTextView GntTextView;
-typedef struct _GntTextViewPriv GntTextViewPriv;
typedef struct _GntTextViewClass GntTextViewClass;
typedef enum