removed some superfluous variables that duplicated widget->state.

updated ChangeLog.
-timj
This commit is contained in:
Tim Janik
1998-01-21 00:52:17 +00:00
parent 3ae8c300bb
commit 4c2931aab5
10 changed files with 79 additions and 14 deletions

View File

@ -293,8 +293,6 @@ gtk_label_expose (GtkWidget *widget,
misc = GTK_MISC (widget);
state = widget->state;
if (!GTK_WIDGET_IS_SENSITIVE (widget))
state = GTK_STATE_INSENSITIVE;
maxl = widget->requisition.width - misc->xpad * 2;