]> git.lyx.org Git - features.git/commitdiff
Make trunk compile for now.
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 24 Oct 2009 16:17:24 +0000 (16:17 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 24 Oct 2009 16:17:24 +0000 (16:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31711 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiCompare.cpp
src/frontends/qt4/GuiCompare.h

index c5166ea3cfd88d3439b2d72e0874f9d6ceb955c9..aa376c19b69d66d494f462445ab4140c615e9b18 100644 (file)
@@ -40,7 +40,7 @@ namespace frontend {
 
 GuiCompare::GuiCompare(GuiView & lv)
        : GuiDialog(lv, "compare", qt_("Compare LyX files")),
-       compare_(0), dest_buffer_(0)
+       dest_buffer_(0)
 {
        setupUi(this);
        setModal(Qt::WindowModal);
index cb2f2706ab97d4ba684f0597e5b3e991fd0ab362..5ec8a18dadda3eea6393be8239e61b1111a766b0 100644 (file)
@@ -16,8 +16,6 @@
 #include "ui_CompareUi.h"
 #include "qt_helpers.h"
 
-#include "Compare.h"
-
 namespace lyx {
 namespace frontend {
 
@@ -81,9 +79,6 @@ private:
        int run();
 
 private:
-       /// the object that will do the comparison
-       Compare * compare_;
-
        /// the buffer that will contain the result
        Buffer * dest_buffer_;
        /// the buffer that will contain the result