From: Václav Slavík Date: Sat, 12 Jan 2002 00:50:59 +0000 (+0000) Subject: fixed m_OldAlign hiding X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5ce3910231c15c40ae9e0d31148542c40c557147 fixed m_OldAlign hiding git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/m_tables.cpp b/src/html/m_tables.cpp index b9fcc38bb2..adc0620081 100644 --- a/src/html/m_tables.cpp +++ b/src/html/m_tables.cpp @@ -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();