]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDecoration.cpp
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathDecoration.cpp
index d2a739c4b5230c4b281d1a504dae252b2edcd574..777fa75aca29b07b014cf601f5889e1a2db4c11a 100644 (file)
@@ -20,7 +20,8 @@
 #include "MetricsInfo.h"
 
 #include "LaTeXFeatures.h"
-#include "debug.h"
+
+#include "support/debug.h"
 
 #include <ostream>
 
@@ -31,7 +32,7 @@ namespace lyx {
 InsetMathDecoration::InsetMathDecoration(latexkeys const * key)
        : InsetMathNest(1), key_(key)
 {
-//     lyxerr << " creating deco " << key->name << std::endl;
+//     lyxerr << " creating deco " << key->name << endl;
 }
 
 
@@ -119,8 +120,6 @@ void InsetMathDecoration::metrics(MetricsInfo & mi, Dimension & dim) const
        }
 
        metricsMarkers(dim);
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }