]> git.lyx.org Git - features.git/commitdiff
Comment out unused parameter
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 16 Sep 2007 10:39:44 +0000 (10:39 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 16 Sep 2007 10:39:44 +0000 (10:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20307 a592a061-630c-0410-9148-cb99ea01b6c8

src/Cursor.cpp

index 160775f9de5dbdbe5c8c4c37746501464939d90b..60598573d6432c6f4cebbbb1914f311a180b6a42 100644 (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());