app: small code cleaning.
Removing unused declaration of icons_set_icon_theme().
And reorder a bit the declarations to match the definition order.
(cherry picked from commit ae19441ddc
)
This commit is contained in:
@ -40,6 +40,8 @@
|
|||||||
#include "gimp-intl.h"
|
#include "gimp-intl.h"
|
||||||
|
|
||||||
|
|
||||||
|
static void icons_apply_theme (Gimp *gimp,
|
||||||
|
const gchar *icon_theme_name);
|
||||||
static void icons_list_icons_foreach (gpointer key,
|
static void icons_list_icons_foreach (gpointer key,
|
||||||
gpointer value,
|
gpointer value,
|
||||||
gpointer data);
|
gpointer data);
|
||||||
@ -48,9 +50,6 @@ static gint icons_name_compare (const void *p1,
|
|||||||
static void icons_theme_change_notify (GimpGuiConfig *config,
|
static void icons_theme_change_notify (GimpGuiConfig *config,
|
||||||
GParamSpec *pspec,
|
GParamSpec *pspec,
|
||||||
Gimp *gimp);
|
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;
|
static GHashTable *icon_themes_hash = NULL;
|
||||||
|
Reference in New Issue
Block a user