mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Cleanup unused variables
This commit is contained in:
parent
6a21e4ce94
commit
8da124aa1f
@ -288,7 +288,7 @@ gtk_switch_get_preferred_width (GtkWidget *widget,
|
||||
GtkSwitchPrivate *priv = GTK_SWITCH (widget)->priv;
|
||||
GtkStyleContext *context;
|
||||
GtkStateFlags state;
|
||||
GtkBorder padding, border;
|
||||
GtkBorder padding;
|
||||
gint width, slider_width, focus_width, focus_pad;
|
||||
PangoLayout *layout;
|
||||
PangoRectangle logical_rect;
|
||||
|
Loading…
Reference in New Issue
Block a user