aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gal-view-collection.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-05 20:42:33 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-06 04:40:50 +0800
commit562c54612f15f9bb2ccce53c9fb0e3e972dfe957 (patch)
tree82ca270d66e2eff6651c5d90752dc8e4f9ed3c98 /e-util/gal-view-collection.h
parent8abe1f3203ff41ad3349924b931dbcc5ef255acd (diff)
downloadgsoc2013-evolution-562c54612f15f9bb2ccce53c9fb0e3e972dfe957.tar
gsoc2013-evolution-562c54612f15f9bb2ccce53c9fb0e3e972dfe957.tar.gz
gsoc2013-evolution-562c54612f15f9bb2ccce53c9fb0e3e972dfe957.tar.bz2
gsoc2013-evolution-562c54612f15f9bb2ccce53c9fb0e3e972dfe957.tar.lz
gsoc2013-evolution-562c54612f15f9bb2ccce53c9fb0e3e972dfe957.tar.xz
gsoc2013-evolution-562c54612f15f9bb2ccce53c9fb0e3e972dfe957.tar.zst
gsoc2013-evolution-562c54612f15f9bb2ccce53c9fb0e3e972dfe957.zip
GalViewCollection: Remove "title" member.
It's set by EShellView but not actually used for anything. Removed functions: gal_view_collection_set_title()
Diffstat (limited to 'e-util/gal-view-collection.h')
-rw-r--r--e-util/gal-view-collection.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/e-util/gal-view-collection.h b/e-util/gal-view-collection.h
index 7903668a1c..4e91075e1f 100644
--- a/e-util/gal-view-collection.h
+++ b/e-util/gal-view-collection.h
@@ -73,8 +73,6 @@ struct _GalViewCollection {
gchar *local_dir;
gchar *default_view;
-
- gchar *title;
};
struct _GalViewCollectionClass {
@@ -100,8 +98,6 @@ struct _GalViewCollectionItem {
GType gal_view_collection_get_type (void) G_GNUC_CONST;
GalViewCollection *
gal_view_collection_new (void);
-void gal_view_collection_set_title (GalViewCollection *collection,
- const gchar *title);
/* Set up the view collection. Call these two functions
* before ever doing load or save and never call them again. */