diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-08-13 23:29:35 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-13 23:29:35 +0800 |
commit | fcc193d767c44893041713c3bc9176738040acd1 (patch) | |
tree | 50cafb0d30f14d890d909113e40204a902cf6a6e /e-util/e-gui-utils.h | |
parent | 9e618a5341fbb59036d0d0068d8b5467a6836742 (diff) | |
download | gsoc2013-evolution-fcc193d767c44893041713c3bc9176738040acd1.tar gsoc2013-evolution-fcc193d767c44893041713c3bc9176738040acd1.tar.gz gsoc2013-evolution-fcc193d767c44893041713c3bc9176738040acd1.tar.bz2 gsoc2013-evolution-fcc193d767c44893041713c3bc9176738040acd1.tar.lz gsoc2013-evolution-fcc193d767c44893041713c3bc9176738040acd1.tar.xz gsoc2013-evolution-fcc193d767c44893041713c3bc9176738040acd1.tar.zst gsoc2013-evolution-fcc193d767c44893041713c3bc9176738040acd1.zip |
Remove this unused function.
2008-08-13 Matthew Barnes <mbarnes@redhat.com>
* e-util/e-gui-utils.c (e_create_image_widget):
Remove this unused function.
* e-util/e-util.h: Cosmetic cleanups.
svn path=/trunk/; revision=35980
Diffstat (limited to 'e-util/e-gui-utils.h')
-rw-r--r-- | e-util/e-gui-utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-gui-utils.h b/e-util/e-gui-utils.h index 740c77e95e..bbeefa9c61 100644 --- a/e-util/e-gui-utils.h +++ b/e-util/e-gui-utils.h @@ -4,6 +4,5 @@ #include <gtk/gtk.h> GdkPixbuf *e_icon_for_mime_type (const char *mime_type, int size); -GtkWidget *e_create_image_widget (gchar *name, gchar *string1, gchar *string2, gint int1, gint int2); #endif /* E_GUI_UTILS_H */ |