Various cleanups. (#315360, Kjartan Maraas)
2005-09-13 Matthias Clasen <mclasen@redhat.com> * gtk/*.c: Various cleanups. (#315360, Kjartan Maraas)
This commit is contained in:
committed by
Matthias Clasen
parent
9a5d4a2ff9
commit
463aab93dd
@ -501,7 +501,6 @@ get_expander_bounds (GtkExpander *expander,
|
||||
GdkRectangle *rect)
|
||||
{
|
||||
GtkWidget *widget;
|
||||
GtkBin *bin;
|
||||
GtkExpanderPrivate *priv;
|
||||
gint border_width;
|
||||
gint expander_size;
|
||||
@ -512,7 +511,6 @@ get_expander_bounds (GtkExpander *expander,
|
||||
gboolean ltr;
|
||||
|
||||
widget = GTK_WIDGET (expander);
|
||||
bin = GTK_BIN (expander);
|
||||
priv = expander->priv;
|
||||
|
||||
border_width = GTK_CONTAINER (expander)->border_width;
|
||||
|
||||
Reference in New Issue
Block a user