From 0e4d0ad7e99832c292bd6a909a104a8f8140ba5b Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sat, 24 Oct 2009 16:17:24 +0000 Subject: [PATCH] Make trunk compile for now. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31711 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiCompare.cpp | 2 +- src/frontends/qt4/GuiCompare.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/frontends/qt4/GuiCompare.cpp b/src/frontends/qt4/GuiCompare.cpp index c5166ea3cf..aa376c19b6 100644 --- a/src/frontends/qt4/GuiCompare.cpp +++ b/src/frontends/qt4/GuiCompare.cpp @@ -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); diff --git a/src/frontends/qt4/GuiCompare.h b/src/frontends/qt4/GuiCompare.h index cb2f2706ab..5ec8a18dad 100644 --- a/src/frontends/qt4/GuiCompare.h +++ b/src/frontends/qt4/GuiCompare.h @@ -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 -- 2.39.2