diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-05 11:47:28 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-06 04:40:49 +0800 |
commit | c361af739614d5a4bdc90741128bb25c0907e015 (patch) | |
tree | fafe5058cafa939808ae9138f4dbb4bc38e0277c /e-util/gal-view-factory.h | |
parent | 7193739a13cacee281c66aeed48d36da90ddafcc (diff) | |
download | gsoc2013-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.h')
-rw-r--r-- | e-util/gal-view-factory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/gal-view-factory.h b/e-util/gal-view-factory.h index abdcacd6ac..2a67dbe263 100644 --- a/e-util/gal-view-factory.h +++ b/e-util/gal-view-factory.h @@ -62,14 +62,12 @@ struct _GalViewFactoryClass { GObjectClass parent_class; /* Methods */ - const gchar * (*get_title) (GalViewFactory *factory); const gchar * (*get_type_code) (GalViewFactory *factory); GalView * (*new_view) (GalViewFactory *factory, const gchar *name); }; GType gal_view_factory_get_type (void); -const gchar * gal_view_factory_get_title (GalViewFactory *factory); /* Returns the code for use in identifying this type of object in the * view list. This identifier should identify this as being the |