mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Comment out unused parameter
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20307 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7d6269a440
commit
ed8520086b
@ -682,7 +682,7 @@ bool Cursor::openable(MathAtom const & t) const
|
||||
}
|
||||
|
||||
|
||||
void Cursor::setScreenPos(int x, int y)
|
||||
void Cursor::setScreenPos(int x, int /*y*/)
|
||||
{
|
||||
setTargetX(x);
|
||||
//bruteFind(*this, x, y, 0, bv().workWidth(), 0, bv().workHeight());
|
||||
|
Loading…
Reference in New Issue
Block a user