]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.C
I reactivate the code to resize the InsetText on a resize event of the main
[lyx.git] / src / BufferView.C
index 6ed3ed8fa41ca59bceaf43c273b76b109a63da6c..5a3da684dfce3eac0a99d244dfe0fe5882ed5f29 100644 (file)
@@ -53,12 +53,6 @@ LyXView * BufferView::owner() const
 }
 
 
-void BufferView::pushIntoUpdateList(Inset * i)
-{
-       pimpl_->updatelist.push(i);
-}
-
-
 Painter & BufferView::painter() 
 {
        return pimpl_->painter();
@@ -113,10 +107,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);
 }