]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_inset.C
small stuff
[lyx.git] / src / mathed / math_inset.C
index b7649d8ef13a0463ddc3ce0a5d5e0207943d7614..9bc23390677907a362a73df3f06b728794f56084 100644 (file)
@@ -27,7 +27,7 @@ int MathInset::workwidth;
 
 
 MathInset::MathInset()
-       : size_(LM_ST_DISPLAY), code_(LM_TC_MIN), xo_(0), yo_(0)
+       : size_(LM_ST_DISPLAY), xo_(0), yo_(0)
 {}
 
 
@@ -283,18 +283,6 @@ std::vector<int> MathInset::idxBetween(int from, int to) const
 }
 
 
-MathTextCodes MathInset::code() const
-{
-       return code_;
-}
-
-
-void MathInset::code(MathTextCodes t)
-{
-       code_ = t;
-}
-
-
 void MathInset::metrics(MathStyles st) const
 {
        lyxerr << "MathInset::metrics() called directly!\n";