forked from AuroraMiddleware/gtk
Remove an unused variable.
2008-06-19 Johan Dahlin <jdahlin@async.com.br> * gtk/gtklabel.c (gtk_label_set_text_with_mnemonic): Remove an unused variable. svn path=/trunk/; revision=20460
This commit is contained in:
parent
94e207777d
commit
cafd4ffab2
@ -1,5 +1,8 @@
|
||||
2008-06-19 Johan Dahlin <jdahlin@async.com.br>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_set_text_with_mnemonic): Remove
|
||||
an unused variable.
|
||||
|
||||
* gtk/gtkactiongroup.c: Use GdkModifierType instedd of guint,
|
||||
to avoid a gcc warning.
|
||||
|
||||
|
@ -3041,8 +3041,6 @@ void
|
||||
gtk_label_set_text_with_mnemonic (GtkLabel *label,
|
||||
const gchar *str)
|
||||
{
|
||||
guint last_keyval;
|
||||
|
||||
g_return_if_fail (GTK_IS_LABEL (label));
|
||||
g_return_if_fail (str != NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user