]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMath.h
index d805fd36e3c4fb51df686ca2c8dedbb92c5e990c..2f91e9ede5e6f872d3b8fd753fc8b56205ebfed8 100644 (file)
@@ -182,8 +182,7 @@ public:
        virtual void octave(OctaveStream &) const;
 
        /// plain text output in ucs4 encoding
-       int plaintext(Buffer const &, odocstream &,
-                     OutputParams const &) const;
+       int plaintext(odocstream &, OutputParams const &) const;
 
        /// dump content to stderr for debugging
        virtual void dump() const;
@@ -199,7 +198,7 @@ public:
        virtual bool allowedIn(mode_type mode) const { return mode == MATH_MODE; }
 
        /// superscript kerning
-       virtual int kerning(BufferView const * bv) const { return 0; }
+       virtual int kerning(BufferView const *) const { return 0; }
 };
 
 ///