aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/gal-view-collection.c10
-rw-r--r--e-util/gal-view-collection.h3
2 files changed, 0 insertions, 13 deletions
diff --git a/e-util/gal-view-collection.c b/e-util/gal-view-collection.c
index ad3386f197..814f751659 100644
--- a/e-util/gal-view-collection.c
+++ b/e-util/gal-view-collection.c
@@ -702,13 +702,3 @@ gal_view_collection_get_default_view (GalViewCollection *collection)
return collection->default_view;
}
-void
-gal_view_collection_set_default_view (GalViewCollection *collection,
- const gchar *id)
-{
- g_free (collection->default_view);
- collection->default_view = g_strdup (id);
- gal_view_collection_changed (collection);
- collection->default_view_built_in = FALSE;
-}
-
diff --git a/e-util/gal-view-collection.h b/e-util/gal-view-collection.h
index e169fe8946..3c32f8c3bd 100644
--- a/e-util/gal-view-collection.h
+++ b/e-util/gal-view-collection.h
@@ -149,9 +149,6 @@ const gchar * gal_view_collection_set_nth_view
const gchar * gal_view_collection_get_default_view
(GalViewCollection *collection);
-void gal_view_collection_set_default_view
- (GalViewCollection *collection,
- const gchar *id);
G_END_DECLS