1
0
Fork 0

remove dead code; closes #501365.

2007-12-11  Thomas Thurman  <tthurman@gnome.org>

        * src/theme-parser.c: remove dead code; closes #501365.


svn path=/trunk/; revision=3472
This commit is contained in:
Thomas Thurman 2007-12-12 02:23:53 +00:00 committed by Thomas James Alexander Thurman
parent 42951ec68f
commit 83e18f8da4
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2007-12-11 Thomas Thurman <tthurman@gnome.org>
* src/theme-parser.c: remove dead code; closes #501365.
2007-12-08 Thomas Thurman <tthurman@gnome.org> 2007-12-08 Thomas Thurman <tthurman@gnome.org>
* src/metacity.schemas.in: rewrite long description of * src/metacity.schemas.in: rewrite long description of

View file

@ -374,9 +374,6 @@ locate_attributes (GMarkupParseContext *context,
va_end (args); va_end (args);
if (!retval)
return retval;
i = 0; i = 0;
while (attribute_names[i]) while (attribute_names[i])
{ {