Navigation Menu

Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-github committed Jan 17, 2016
1 parent 41e7143 commit e698e53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/htmldocvisitor.cpp
Expand Up @@ -1357,10 +1357,6 @@ void HtmlDocVisitor::visitPost(DocHtmlCell *c)
void HtmlDocVisitor::visitPre(DocHtmlCaption *c)
{
if (m_hide) return;
bool hasAlign = FALSE;
HtmlAttribListIterator li(c->attribs());
HtmlAttrib *att;
QCString id;
m_t << "<caption" << htmlAttribsToString(c->attribs()) << ">";
}

Expand Down
1 change: 0 additions & 1 deletion src/util.cpp
Expand Up @@ -6724,7 +6724,6 @@ QCString latexEscapePDFString(const char *s)
FTextStream t(&result);
const char *p=s;
char c;
int i;
while ((c=*p++))
{
switch (c)
Expand Down

0 comments on commit e698e53

Please sign in to comment.