diff options
author | Noel Grandin <noel@peralex.com> | 2015-02-27 10:31:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-02 08:59:18 +0200 |
commit | af5b4d295a4df3f1234bbed25d29941a908d340e (patch) | |
tree | 34319a8fb801bcaa39593a3c72caa9dbfa51e9da /starmath/source | |
parent | 6fe4c54294308cf2c2574e4fbb0bdc61632448e1 (diff) |
remove 15-year-old dead code
Change-Id: Iec69f7520cd159120bbe62dbadc9793e81d399b9
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/mathtype.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx index 19c4deb1e596..875019098970 100644 --- a/starmath/source/mathtype.cxx +++ b/starmath/source/mathtype.cxx @@ -573,16 +573,6 @@ int MathType::Parse(SotStorage *pStor) if (nVersion > 3) // allow only supported versions of MathType to be parsed return 0; -#ifdef STANDALONE - *pOut << "Format Version is " << int(nVersion) << endl; - *pOut << "Generating Platform is " << (nPlatform ? "Windows" - : "Mac") << endl; - *pOut << "Generating Product is " << (nPlatform ? "Equation Editor" - : "Equation Editor") << endl; - *pOut << "Prod Version is " << int(nProdVersion) << "." << - int(nProdSubVersion) << endl << endl; -#endif - int nRet = HandleRecords(); //little crude hack to close occasionally open expressions //a sophisticated system to determine what expressions are |