aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gal-view-factory.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-05 11:47:28 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-06 04:40:49 +0800
commitc361af739614d5a4bdc90741128bb25c0907e015 (patch)
treefafe5058cafa939808ae9138f4dbb4bc38e0277c /e-util/gal-view-factory.c
parent7193739a13cacee281c66aeed48d36da90ddafcc (diff)
downloadgsoc2013-evolution-c361af739614d5a4bdc90741128bb25c0907e015.tar
gsoc2013-evolution-c361af739614d5a4bdc90741128bb25c0907e015.tar.gz
gsoc2013-evolution-c361af739614d5a4bdc90741128bb25c0907e015.tar.bz2
gsoc2013-evolution-c361af739614d5a4bdc90741128bb25c0907e015.tar.lz
gsoc2013-evolution-c361af739614d5a4bdc90741128bb25c0907e015.tar.xz
gsoc2013-evolution-c361af739614d5a4bdc90741128bb25c0907e015.tar.zst
gsoc2013-evolution-c361af739614d5a4bdc90741128bb25c0907e015.zip
GalViewFactory: Remove get_title() method.
No longer used. Removed functions: gal_view_factory_get_title()
Diffstat (limited to 'e-util/gal-view-factory.c')
-rw-r--r--e-util/gal-view-factory.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/e-util/gal-view-factory.c b/e-util/gal-view-factory.c
index 0e0dde05cb..c6de38a110 100644
--- a/e-util/gal-view-factory.c
+++ b/e-util/gal-view-factory.c
@@ -41,25 +41,6 @@ gal_view_factory_init (GalViewFactory *factory)
}
/**
- * gal_view_factory_get_title:
- * @factory: a #GalViewFactory
- *
- * Returns: The title of the factory.
- */
-const gchar *
-gal_view_factory_get_title (GalViewFactory *factory)
-{
- GalViewFactoryClass *class;
-
- g_return_val_if_fail (GAL_IS_VIEW_FACTORY (factory), NULL);
-
- class = GAL_VIEW_FACTORY_GET_CLASS (factory);
- g_return_val_if_fail (class->get_title != NULL, NULL);
-
- return class->get_title (factory);
-}
-
-/**
* gal_view_factory_get_type_code:
* @factory: a #GalViewFactory
*