Remove GTK_STATE_LAST.

It didn't turn out to be that useful, nor widely used.
This commit is contained in:
Carlos Garnacho
2010-11-12 21:44:48 +01:00
parent 1fb6cc8d77
commit 1487b34679
3 changed files with 3 additions and 4 deletions

View File

@ -460,7 +460,7 @@ enum ParserScope {
*/
enum ParserSymbol {
/* Scope: pseudo-class */
SYMBOL_NTH_CHILD = GTK_STATE_LAST,
SYMBOL_NTH_CHILD = GTK_STATE_FOCUSED + 1,
SYMBOL_FIRST_CHILD,
SYMBOL_LAST_CHILD,
SYMBOL_SORTED_CHILD,