From 1061301a46c498c58a0bfcbfa8982822ce4f52c7 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 24 Jan 2011 01:49:58 +0100 Subject: Remove some more dead code. --- starmath/source/dialog.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'starmath/source/dialog.cxx') diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 42efa21da50d..2bb93aacbbfb 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -2144,9 +2144,6 @@ short SmSymDefineDialog::Execute() void SmSymDefineDialog::SetSymbolSetManager(const SmSymbolManager &rMgr) { aSymbolMgrCopy = rMgr; -#ifdef DEBUG -// USHORT nS = aSymbolMgrCopy.GetSymbolSetCount(); -#endif // Das modified Flag der Kopie auf false setzen, damit man spaeter damit // testen kann ob sich was geaendert hat. @@ -2339,7 +2336,7 @@ void SmSymDefineDialog::SetFont(const XubString &rFontName, const XubString &rSt if (pSubsetMap) delete pSubsetMap; pSubsetMap = new SubsetMap( &aFontCharMap ); - // + aFontsSubsetLB.Clear(); bool bFirst = true; const Subset* pSubset; -- cgit