mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Remove unnused variable
This commit is contained in:
parent
79350fcd8a
commit
7ea1556cd0
@ -290,7 +290,7 @@ gtk_message_dialog_class_init (GtkMessageDialogClass *class)
|
||||
static void
|
||||
gtk_message_dialog_init (GtkMessageDialog *dialog)
|
||||
{
|
||||
GtkWidget *hbox, *vbox;
|
||||
GtkWidget *hbox;
|
||||
GtkMessageDialogPrivate *priv;
|
||||
|
||||
priv = GTK_MESSAGE_DIALOG_GET_PRIVATE (dialog);
|
||||
|
Loading…
Reference in New Issue
Block a user