]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.C
- remove MathStyles cache from those insets that don't need it
[features.git] / src / mathed / math_inset.C
index 114ab8a4827442a96adb9d007727345b67505c9e..1656ac28ec5075105d9216eff223b53d1282d8b2 100644 (file)
@@ -24,9 +24,6 @@
 #include "debug.h"
 
 
-int MathInset::workwidth;
-
-
 MathInset::MathInset()
        : xo_(0), yo_(0)
 {}
@@ -246,10 +243,9 @@ std::vector<MathInset::idx_type>
 }
 
 
-void MathInset::metrics(MathMetricsInfo const & st) const
+void MathInset::metrics(MathMetricsInfo const &) const
 {
        lyxerr << "MathInset::metrics() called directly!\n";
-       size_ = st;
 }