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:
Matthias Clasen
2005-09-13 19:57:42 +00:00
committed by Matthias Clasen
parent 9a5d4a2ff9
commit 463aab93dd
75 changed files with 59 additions and 373 deletions

View File

@ -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;