Remove a bit of dead code

This commit is contained in:
Matthias Clasen 2011-06-25 21:35:10 -04:00
parent 442ec1b624
commit ca166c9a1e

View File

@ -204,9 +204,6 @@ gtk_entry_accessible_notify_gtk (GObject *obj,
new_role = visibility ? ATK_ROLE_TEXT : ATK_ROLE_PASSWORD_TEXT;
atk_object_set_role (atk_obj, new_role);
}
else if (strcmp (pspec->name, "invisible-char") == 0)
{
}
else
GAIL_WIDGET_CLASS (gtk_entry_accessible_parent_class)->notify_gtk (obj, pspec);
}