]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCommandBuffer.h
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / GuiCommandBuffer.h
index b3a1004d4e9ebde08a0ec92bf92f040e61c7467f..9f8ec74216e9e2a952637905837459f8651f271c 100644 (file)
@@ -25,7 +25,6 @@ class QListWidgetItem;
 namespace lyx {
 namespace frontend {
 
-class LyXView;
 class GuiView;
 class GuiCommandEdit;
 
@@ -54,8 +53,6 @@ public Q_SLOTS:
 private:
        /// owning view
        GuiView * view_;
-       ///
-       LyXView & lv_;
        /// command widget
        GuiCommandEdit * edit_;