diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-24 01:49:58 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-24 01:49:58 +0100 |
commit | 1061301a46c498c58a0bfcbfa8982822ce4f52c7 (patch) | |
tree | ab9e11b57926678397d23cd989934fbe26e80427 /starmath | |
parent | 95cb8d2ce96578e8968d4d74573fa528e226fac9 (diff) |
Remove some more dead code.
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/dialog.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
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; |