]> git.lyx.org Git - lyx.git/blobdiff - src/insets/updatableinset.C
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / updatableinset.C
index d3027c911e8df88976e1b48590e7696a7789938d..eb61360c69a585d1dcb5cbc15b5ecb5e268861e7 100644 (file)
 // some stuff for inset locking
 
 UpdatableInset::UpdatableInset()
-       : Inset(), cursor_visible_(false), block_drawing_(false)
+       : Inset(), block_drawing_(false)
 {}
 
 
 UpdatableInset::UpdatableInset(UpdatableInset const & in, bool same_id)
-       : Inset(in, same_id), cursor_visible_(false), block_drawing_(false)
+       : Inset(in, same_id), block_drawing_(false)
 {}
 
 
@@ -48,30 +48,10 @@ Inset::EDITABLE UpdatableInset::editable() const
 }
 
 
-void UpdatableInset::toggleInsetCursor(BufferView *)
-{}
-
-
-void UpdatableInset::showInsetCursor(BufferView *, bool)
-{}
-
-
-void UpdatableInset::hideInsetCursor(BufferView *)
-{}
-
-
 void UpdatableInset::fitInsetCursor(BufferView *) const
 {}
 
 
-void UpdatableInset::edit(BufferView *, int, int, mouse_button::state)
-{}
-
-
-void UpdatableInset::edit(BufferView *, bool)
-{}
-
-
 void UpdatableInset::draw(BufferView *, LyXFont const &,
                          int /* baseline */, float & x) const
 {