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:
Lars Gullik Bjønnes 2007-09-16 10:39:44 +00:00
parent 7d6269a440
commit ed8520086b

View File

@ -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());