From 5ce3910231c15c40ae9e0d31148542c40c557147 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 12 Jan 2002 00:50:59 +0000 Subject: [PATCH] fixed m_OldAlign hiding git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/m_tables.cpp | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.45.2