diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
commit | 0274669179600ac77475eed9870d2eab52c2cf14 (patch) | |
tree | 80f228649b670efac7f76ba5c0da5ed22a3a05c9 /e-util/e-icon-factory.c | |
parent | adb63f0f2156554a21dbfd8daba447001985e967 (diff) | |
download | gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip |
Fix excessive whitespace.
Diffstat (limited to 'e-util/e-icon-factory.c')
-rw-r--r-- | e-util/e-icon-factory.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-icon-factory.c b/e-util/e-icon-factory.c index dddd4fa431..85985ef673 100644 --- a/e-util/e-icon-factory.c +++ b/e-util/e-icon-factory.c @@ -55,7 +55,6 @@ static GHashTable *name_to_icon = NULL; static GtkIconTheme *icon_theme = NULL; static GStaticMutex mutex = G_STATIC_MUTEX_INIT; - /* Note: takes ownership of the pixbufs (eg. does not ref them) */ static Icon * icon_new (const gchar *name, GdkPixbuf *pixbuf) @@ -225,7 +224,6 @@ e_icon_factory_shutdown (void) name_to_icon = NULL; } - /** * e_icon_factory_get_icon_filename: * @icon_name: name of the icon @@ -262,7 +260,6 @@ e_icon_factory_get_icon_filename (const gchar *icon_name, return filename; } - /** * e_icon_factory_get_icon: * @icon_name: name of the icon |