]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExFunc.cpp
* src/mathed/InsetMathHull.cpp:
[lyx.git] / src / mathed / InsetMathExFunc.cpp
index 360f1c17ef82299412212991b192fde51b754992..9a871f49d40c4fcd86e9c8261a6db9eed63c4c71 100644 (file)
 
 #include "support/docstream.h"
 
+using namespace std;
 
 namespace lyx {
 
-using std::string;
-
 
 InsetMathExFunc::InsetMathExFunc(docstring const & name)
        : InsetMathNest(1), name_(name)
@@ -46,8 +45,6 @@ Inset * InsetMathExFunc::clone() const
 void InsetMathExFunc::metrics(MetricsInfo & mi, Dimension & dim) const
 {
        mathed_string_dim(mi.base.font, name_, dim);
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }