avoid warnings for unused parameters

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35816 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2010-10-25 08:12:01 +00:00
parent bcbe6ae960
commit a2c998d5d0

View File

@ -148,7 +148,7 @@ public:
///
docstring contextMenu(BufferView const & bv, int x, int y) const;
///
bool clickable(int x, int y) const { return true; }
bool clickable(int /* x */, int /* y */) const { return true; }
protected:
///
Inset * clone() const { return new InsetSpace(*this); }