]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_metricsinfo.h
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_metricsinfo.h
index 26b542405b5f8bf51e5d16548fe696782330eb05..d68f10533b7e05e4e2af9248848f229658445041 100644 (file)
@@ -53,10 +53,6 @@ struct TextMetricsInfo {
        ///
        TextMetricsInfo()
                {}
-       /// used to pass some info down
-       MathNestInset const * inset;
-       ///
-       int idx;
 };
 
 #endif