aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-05 10:19:49 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-06 04:40:49 +0800
commit7193739a13cacee281c66aeed48d36da90ddafcc (patch)
tree691d688849b4c3ffffc4c14e89151aabde940abc /addressbook
parentaf39ee96f037574e18295f429f064cb66e051c8f (diff)
downloadgsoc2013-evolution-7193739a13cacee281c66aeed48d36da90ddafcc.tar
gsoc2013-evolution-7193739a13cacee281c66aeed48d36da90ddafcc.tar.gz
gsoc2013-evolution-7193739a13cacee281c66aeed48d36da90ddafcc.tar.bz2
gsoc2013-evolution-7193739a13cacee281c66aeed48d36da90ddafcc.tar.lz
gsoc2013-evolution-7193739a13cacee281c66aeed48d36da90ddafcc.tar.xz
gsoc2013-evolution-7193739a13cacee281c66aeed48d36da90ddafcc.tar.zst
gsoc2013-evolution-7193739a13cacee281c66aeed48d36da90ddafcc.zip
GalView: Remove edit() method.
No longer used. Removed functions: gal_view_edit()
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/gui/widgets/gal-view-minicard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/gal-view-minicard.c b/addressbook/gui/widgets/gal-view-minicard.c
index dffe8069be..fcc99b3395 100644
--- a/addressbook/gui/widgets/gal-view-minicard.c
+++ b/addressbook/gui/widgets/gal-view-minicard.c
@@ -162,7 +162,6 @@ gal_view_minicard_class_init (GalViewMinicardClass *class)
object_class->dispose = view_minicard_finalize;
gal_view_class = GAL_VIEW_CLASS (class);
- gal_view_class->edit = NULL;
gal_view_class->load = view_minicard_load;
gal_view_class->save = view_minicard_save;
gal_view_class->get_title = view_minicard_get_title;