Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
ca166c9a
Commit
ca166c9a
authored
Jun 25, 2011
by
Matthias Clasen
Browse files
Remove a bit of dead code
parent
442ec1b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/a11y/gtkentryaccessible.c
View file @
ca166c9a
...
...
@@ -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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment