mirror of https://github.com/GNOME/gimp.git
app: small code cleaning.
Removing unused declaration of icons_set_icon_theme(). And reorder a bit the declarations to match the definition order.
This commit is contained in:
parent
4818e93686
commit
ae19441ddc
|
@ -40,6 +40,8 @@
|
|||
#include "gimp-intl.h"
|
||||
|
||||
|
||||
static void icons_apply_theme (Gimp *gimp,
|
||||
const gchar *icon_theme_name);
|
||||
static void icons_list_icons_foreach (gpointer key,
|
||||
gpointer value,
|
||||
gpointer data);
|
||||
|
@ -48,9 +50,6 @@ static gint icons_name_compare (const void *p1,
|
|||
static void icons_theme_change_notify (GimpGuiConfig *config,
|
||||
GParamSpec *pspec,
|
||||
Gimp *gimp);
|
||||
void icons_set_icon_theme (GtkIconTheme *new_icon_theme);
|
||||
static void icons_apply_theme (Gimp *gimp,
|
||||
const gchar *icon_theme_name);
|
||||
|
||||
|
||||
static GHashTable *icon_themes_hash = NULL;
|
||||
|
|
Loading…
Reference in New Issue