]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathData.h
fix compilation warnings: unused parameters
[features.git] / src / mathed / MathData.h
index 2e1b12cfccbed9e47f93b61f7c94f3c17b8fec51..c235b2ce18e67d84bc5f29a40ea3e9f55b3fe64b 100644 (file)
@@ -152,7 +152,7 @@ public:
        /// additional super/subscript shift
        int sshift() const { return sshift_; }
        /// superscript kerning
-       int kerning(BufferView const * bv) const { return kerning_; }
+       int kerning(BufferView const *) const { return kerning_; }
        ///
        void swap(MathData & ar) { base_type::swap(ar); }