app: remove gimp_get_mod_separator(), it's unused now
This commit is contained in:
@ -455,23 +455,6 @@ gimp_preview_tab_style_to_icon (GimpTabStyle tab_style)
|
|||||||
return tab_style;
|
return tab_style;
|
||||||
}
|
}
|
||||||
|
|
||||||
const gchar *
|
|
||||||
gimp_get_mod_separator (void)
|
|
||||||
{
|
|
||||||
static gchar *mod_separator = NULL;
|
|
||||||
|
|
||||||
if (! mod_separator)
|
|
||||||
{
|
|
||||||
GtkAccelLabelClass *accel_label_class;
|
|
||||||
|
|
||||||
accel_label_class = g_type_class_ref (GTK_TYPE_ACCEL_LABEL);
|
|
||||||
mod_separator = g_strdup (accel_label_class->mod_separator);
|
|
||||||
g_type_class_unref (accel_label_class);
|
|
||||||
}
|
|
||||||
|
|
||||||
return (const gchar *) mod_separator;
|
|
||||||
}
|
|
||||||
|
|
||||||
const gchar *
|
const gchar *
|
||||||
gimp_get_mod_string (GdkModifierType modifiers)
|
gimp_get_mod_string (GdkModifierType modifiers)
|
||||||
{
|
{
|
||||||
|
@ -51,7 +51,6 @@ GtkIconSize gimp_get_icon_size (GtkWidget *widget
|
|||||||
gint height);
|
gint height);
|
||||||
GimpTabStyle gimp_preview_tab_style_to_icon (GimpTabStyle tab_style);
|
GimpTabStyle gimp_preview_tab_style_to_icon (GimpTabStyle tab_style);
|
||||||
|
|
||||||
const gchar * gimp_get_mod_separator (void);
|
|
||||||
const gchar * gimp_get_mod_string (GdkModifierType modifiers);
|
const gchar * gimp_get_mod_string (GdkModifierType modifiers);
|
||||||
gchar * gimp_suggest_modifiers (const gchar *message,
|
gchar * gimp_suggest_modifiers (const gchar *message,
|
||||||
GdkModifierType modifiers,
|
GdkModifierType modifiers,
|
||||||
|
Reference in New Issue
Block a user