From 562c54612f15f9bb2ccce53c9fb0e3e972dfe957 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 5 Jul 2013 08:42:33 -0400 Subject: GalViewCollection: Remove "title" member. It's set by EShellView but not actually used for anything. Removed functions: gal_view_collection_set_title() --- shell/e-shell-view.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'shell') diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index efdebc8b8c..b4ae29b6a7 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -171,9 +171,6 @@ shell_view_init_view_collection (EShellViewClass *class) /* The view collection is never destroyed. */ class->view_collection = gal_view_collection_new (); - gal_view_collection_set_title ( - class->view_collection, class->label); - gal_view_collection_set_storage_directories ( class->view_collection, system_dir, local_dir); -- cgit v1.2.3