]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_tables.cpp
make the log dialog slightly taller when it is expanded to account for a possible...
[wxWidgets.git] / src / html / m_tables.cpp
index b9fcc38bb22ead2e1224567d539d323b32bdbe05..adc0620081672c28043fdccd60dd102b6c70957b 100644 (file)
@@ -543,7 +543,6 @@ TAG_HANDLER_BEGIN(TABLE, "TABLE,TR,TD,TH")
         {
             wxHtmlTableCell *oldt = m_Table;
             wxHtmlContainerCell *oldcont;
-            int m_OldAlign;
 
             oldcont = c = m_WParser->OpenContainer();