diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-03 19:58:31 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-06 04:40:49 +0800 |
commit | 2b9713656b939ec657b8d77932a2a7d147aa1f23 (patch) | |
tree | fc4b329f387d5c32f05ac1f3f48a29d6369f7610 /e-util/gal-view-factory-etable.h | |
parent | a242a2c172878853755efa496b717f867abdd2f8 (diff) | |
download | gsoc2013-evolution-2b9713656b939ec657b8d77932a2a7d147aa1f23.tar.gz gsoc2013-evolution-2b9713656b939ec657b8d77932a2a7d147aa1f23.tar.zst gsoc2013-evolution-2b9713656b939ec657b8d77932a2a7d147aa1f23.zip |
GalViewFactoryEtable: Remove "specification" property.
No longer needed.
Removed functions:
gal_view_factory_etable_get_specification()
Diffstat (limited to 'e-util/gal-view-factory-etable.h')
-rw-r--r-- | e-util/gal-view-factory-etable.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/e-util/gal-view-factory-etable.h b/e-util/gal-view-factory-etable.h index 4edddda691..268f9183b6 100644 --- a/e-util/gal-view-factory-etable.h +++ b/e-util/gal-view-factory-etable.h @@ -68,10 +68,7 @@ struct _GalViewFactoryEtableClass { GType gal_view_factory_etable_get_type (void) G_GNUC_CONST; -GalViewFactory *gal_view_factory_etable_new (ETableSpecification *specification); -ETableSpecification * - gal_view_factory_etable_get_specification - (GalViewFactoryEtable *factory); +GalViewFactory *gal_view_factory_etable_new (void); G_END_DECLS |