mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
bcbe6ae960
commit
a2c998d5d0
@ -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); }
|
||||
|
Loading…
Reference in New Issue
Block a user