]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/command_inset.C
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / command_inset.C
index 40c38acc44fee8ffccd9dcb8e54a7639ceb8905c..fcfa79d16a326288eff6da2e1787351dfa7c6ee0 100644 (file)
@@ -47,7 +47,7 @@ void CommandInset::metrics(MetricsInfo & mi, Dimension & dim) const
 }
 
 
-InsetBase * CommandInset::editXY(LCursor & cur, int x, int y)
+InsetBase * CommandInset::editXY(LCursor & cur, int /*x*/, int /*y*/)
 {
        edit(cur, true);
        return this;