diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-10-07 12:45:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-10-07 12:52:36 +0800 |
commit | 20ffeb5901b3f98d8befa54199dc41b2ee961f8e (patch) | |
tree | 054809bb7d270362fe3d297753ae0a44ca4b4709 /e-util | |
parent | d79ca40b62e72b1ec516631bbffabd6e2cad15e6 (diff) | |
download | gsoc2013-evolution-20ffeb5901b3f98d8befa54199dc41b2ee961f8e.tar.gz gsoc2013-evolution-20ffeb5901b3f98d8befa54199dc41b2ee961f8e.tar.zst gsoc2013-evolution-20ffeb5901b3f98d8befa54199dc41b2ee961f8e.zip |
Remove redundant ETypeFunc definition.
This lives in libebackend/e-module.h now.
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index cb88a90644..1117781186 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -46,8 +46,6 @@ typedef enum { E_FOCUS_END } EFocus; -typedef void (*ETypeFunc) (GType type, gpointer user_data); - const gchar * e_get_accels_filename (void); void e_show_uri (GtkWindow *parent, const gchar *uri); |