Skip to content

Commit

Permalink
GUI: Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Apr 21, 2013
1 parent b91da80 commit d878779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gui/ThemeParser.cpp
Expand Up @@ -691,8 +691,7 @@ bool ThemeParser::parserCallback_layout(ParserNode *node) {
return false;
}

if (!Common::parseBool(node->values["center"], center))
return false;
(void)Common::parseBool(node->values["center"], center);

if (node->values["type"] == "vertical")
_theme->getEvaluator()->addLayout(GUI::ThemeLayout::kLayoutVertical, spacing, center);
Expand Down

0 comments on commit d878779

Please sign in to comment.