aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gal-view.h
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 /e-util/gal-view.h
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 'e-util/gal-view.h')
-rw-r--r--e-util/gal-view.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/e-util/gal-view.h b/e-util/gal-view.h
index d769895d03..1d271356e6 100644
--- a/e-util/gal-view.h
+++ b/e-util/gal-view.h
@@ -63,8 +63,6 @@ struct _GalViewClass {
GObjectClass parent_class;
/* Methods */
- void (*edit) (GalView *view,
- GtkWindow *parent_window);
void (*load) (GalView *view,
const gchar *filename);
void (*save) (GalView *view,
@@ -80,8 +78,6 @@ struct _GalViewClass {
};
GType gal_view_get_type (void);
-void gal_view_edit (GalView *view,
- GtkWindow *parent);
void gal_view_load (GalView *view,
const gchar *filename);
void gal_view_save (GalView *view,