aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gal-view-etable.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/gal-view-etable.h')
-rw-r--r--e-util/gal-view-etable.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/e-util/gal-view-etable.h b/e-util/gal-view-etable.h
index b0e93a2ec3..7f064942ed 100644
--- a/e-util/gal-view-etable.h
+++ b/e-util/gal-view-etable.h
@@ -53,18 +53,11 @@ G_BEGIN_DECLS
typedef struct _GalViewEtable GalViewEtable;
typedef struct _GalViewEtableClass GalViewEtableClass;
+typedef struct _GalViewEtablePrivate GalViewEtablePrivate;
struct _GalViewEtable {
GalView parent;
-
- ETableSpecification *spec;
- ETableState *state;
-
- ETable *table;
- guint table_state_changed_id;
-
- ETree *tree;
- guint tree_state_changed_id;
+ GalViewEtablePrivate *priv;
};
struct _GalViewEtableClass {