aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.h
diff options
context:
space:
mode:
authorPunit Jain <jpunit@novell.com>2011-11-09 23:53:21 +0800
committerPunit Jain <jpunit@novell.com>2011-11-09 23:53:21 +0800
commit1d419ce9b739458267b72f358fb3a36d4611e769 (patch)
tree47b8797aff43607302b7e4d93487108277296ca4 /mail/em-account-editor.h
parent1977d1af6014227b0d98675a6da2899526354768 (diff)
downloadgsoc2013-evolution-1d419ce9b739458267b72f358fb3a36d4611e769.tar
gsoc2013-evolution-1d419ce9b739458267b72f358fb3a36d4611e769.tar.gz
gsoc2013-evolution-1d419ce9b739458267b72f358fb3a36d4611e769.tar.bz2
gsoc2013-evolution-1d419ce9b739458267b72f358fb3a36d4611e769.tar.lz
gsoc2013-evolution-1d419ce9b739458267b72f358fb3a36d4611e769.tar.xz
gsoc2013-evolution-1d419ce9b739458267b72f358fb3a36d4611e769.tar.zst
gsoc2013-evolution-1d419ce9b739458267b72f358fb3a36d4611e769.zip
Removing a redundant virtual function
Diffstat (limited to 'mail/em-account-editor.h')
-rw-r--r--mail/em-account-editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-account-editor.h b/mail/em-account-editor.h
index 3416b5d161..3b30112f73 100644
--- a/mail/em-account-editor.h
+++ b/mail/em-account-editor.h
@@ -88,7 +88,6 @@ struct _EMAccountEditor {
GtkWidget **pages; /* Pages for Anjal's page type editor */
guint do_signature:1; /* allow editing signature */
- ServerData * (*emae_check_servers) (const gchar *email);
};
struct _EMAccountEditorClass {