]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.h
gcc spits out million warnings
[features.git] / src / insets / Inset.h
index d4a15940a376a635f1c10a1a3dfb19b973a89f1d..5438cbe2c5c9ed2c11fc7f71b53c91b0c0346f59 100644 (file)
@@ -336,7 +336,7 @@ public:
        // true for InsetTabular & InsetText
        virtual bool isActive() const { return nargs() > 0; }
        /// can we click at the specified position ?
-       virtual bool clickable(int x, int y) const { return false; }
+       virtual bool clickable(int, int) const { return false; }
 
        /// does this contain text that can be change track marked in DVI?
        virtual bool canTrackChanges() const { return false; }