]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_charinset.h
*** empty log message ***
[features.git] / src / mathed / math_charinset.h
index 1822ed0e9e088ce06e9174b15589f4a77f02d017..37f6029e079a91ace6131b4587e2496d597ade1e 100644 (file)
@@ -19,8 +19,6 @@ public:
        ///
        MathCharInset(char c, MathTextCodes t);
        ///
-       MathCharInset(char c, MathTextCodes t, bool needbs);
-       ///
        MathInset * clone() const;
        ///
        MathTextCodes nativeCode(char c) const;
@@ -60,7 +58,5 @@ private:
        char char_;
        /// the font to be used on screen
        MathTextCodes code_;
-       /// do wee need a backslash when writing LaTeX?
-       bool needbs_;
 };
 #endif