]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
Removed unused private variable
[lyx.git] / src / mathed / InsetMathRoot.h
index 923e9a5f61f9b4b3d709e8e26fa6b789ab8c41a4..cb5c34ff2029d6890dc76dfd06721e15d54990d6 100644 (file)
@@ -30,6 +30,10 @@ public:
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
+       ///
+       idx_type firstIdx() const { return 1; }
+       ///
+       idx_type lastIdx() const { return 1; }
 
        ///
        void write(WriteStream & os) const;