diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-03-19 11:07:06 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-03-19 12:29:01 +0100 |
commit | 3e57225929a12fb3d7cecbf662bb2d4605621da2 (patch) | |
tree | a40b43caf95031c8fee49426db252e127bcfdd19 /starmath | |
parent | c16186f1b96ecf0933a16f4c9fb196c5be18d7d9 (diff) |
Don't add visual noise in new code.
Change-Id: I3e8370fdfed58afe0c253410465219cce3065808
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/node.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index ab27af014df9..1f2b2a9d836b 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -618,7 +618,6 @@ public: void Accept(SmVisitor* pVisitor); }; -//////////////////////////////////////////////////////////////////////////////// /** Dynamic Integral symbol node * @@ -830,8 +829,6 @@ public: }; -//////////////////////////////////////////////////////////////////////////////// - /** Dynamic Integral node * * Used to create Dynamically sized integrals |