diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-05 22:45:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-06 04:40:50 +0800 |
commit | da9673c4213668d49700d2a39183a41ad0373f47 (patch) | |
tree | 98637dd792c85b5ca5dbc81c7bdfd382885aef71 /e-util/gal-view-collection.h | |
parent | 25d2fab96e6c74c7c2b7ff6134b0bb54ed3ce384 (diff) | |
download | gsoc2013-evolution-da9673c4213668d49700d2a39183a41ad0373f47.tar.gz gsoc2013-evolution-da9673c4213668d49700d2a39183a41ad0373f47.tar.zst gsoc2013-evolution-da9673c4213668d49700d2a39183a41ad0373f47.zip |
GalViewCollection: Move public members into private section.
Diffstat (limited to 'e-util/gal-view-collection.h')
-rw-r--r-- | e-util/gal-view-collection.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/e-util/gal-view-collection.h b/e-util/gal-view-collection.h index 9926e8b810..5cc355410e 100644 --- a/e-util/gal-view-collection.h +++ b/e-util/gal-view-collection.h @@ -55,22 +55,6 @@ typedef struct _GalViewCollectionItem GalViewCollectionItem; struct _GalViewCollection { GObject parent; GalViewCollectionPrivate *priv; - - GalViewCollectionItem **view_data; - gint view_count; - - GList *factory_list; - - GalViewCollectionItem **removed_view_data; - gint removed_view_count; - - gboolean loaded; - gboolean default_view_built_in; - - gchar *system_dir; - gchar *local_dir; - - gchar *default_view; }; struct _GalViewCollectionClass { |