diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-20 05:34:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-20 05:34:42 +0800 |
commit | a9acbd0edfa6af2246ab03fb2855ae8ac8cf1b0e (patch) | |
tree | 4e11292b97cb48643972d7799dedf31d43b707ef /mail/em-account-prefs.h | |
parent | 6c44efe38a69872608ee31954de846aab1a691f2 (diff) | |
download | gsoc2013-evolution-a9acbd0edfa6af2246ab03fb2855ae8ac8cf1b0e.tar.gz gsoc2013-evolution-a9acbd0edfa6af2246ab03fb2855ae8ac8cf1b0e.tar.zst gsoc2013-evolution-a9acbd0edfa6af2246ab03fb2855ae8ac8cf1b0e.zip |
get rid of mark_pixbuf, it's not even sued
svn path=/trunk/; revision=25524
Diffstat (limited to 'mail/em-account-prefs.h')
-rw-r--r-- | mail/em-account-prefs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/em-account-prefs.h b/mail/em-account-prefs.h index 108c525e6c..f33a934e71 100644 --- a/mail/em-account-prefs.h +++ b/mail/em-account-prefs.h @@ -61,8 +61,6 @@ struct _EMAccountPrefs { GtkWidget *druid; GtkWidget *editor; - GdkPixbuf *mark_pixbuf; - GtkTreeView *table; GtkButton *mail_add; |