]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_atom.h
- remove some unused code
[features.git] / src / mathed / math_atom.h
index 38c40469b0f575320208bcc9fea87b9c5a9bb2ee..938d1170ec939382a36f527f1cb1bc273bdd9950 100644 (file)
@@ -15,6 +15,15 @@ Exactly where the subscript and superscript are drawn depends on the
 size, and type, of the nucleus they are attached to.  
 
 Jules
+
+--
+
+Ok: Implementing it thusly is not feasible since cursor movement gets
+hackish. We use MathAtom only as a wrapper around MathInset * with value
+semantics.
+
+Andre'
+
 */
 
 class MathInset;