]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.C
Yet another tweak from J�rgen.
[lyx.git] / src / BufferView.C
index 6ed3ed8fa41ca59bceaf43c273b76b109a63da6c..1e8a987d60337628d1e5f5823fc678dc5bdf32ff 100644 (file)
@@ -113,10 +113,9 @@ void BufferView::scrollCB(double value)
 }
 
 
-Inset * BufferView::checkInsetHit(LyXText * text, int & x, int & y,
-                                 unsigned int button)
+Inset * BufferView::checkInsetHit(LyXText * text, int & x, int & y)
 {
-       return pimpl_->checkInsetHit(text, x, y, button);
+       return pimpl_->checkInsetHit(text, x, y);
 }