From: Enrico Forestieri Date: Wed, 13 Jan 2010 13:19:24 +0000 (+0000) Subject: Remove the no more necessary workaround for Qt < 4.4 X-Git-Tag: 2.0.0~4387 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9f13e8c19e0f1cdf053ad10e5978ae88c0558d90;p=features.git Remove the no more necessary workaround for Qt < 4.4 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33010 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiProgressView.h b/src/frontends/qt4/GuiProgressView.h index 4fbfa2b119..2c1d5fbe93 100644 --- a/src/frontends/qt4/GuiProgressView.h +++ b/src/frontends/qt4/GuiProgressView.h @@ -13,10 +13,6 @@ #ifndef GUIPROGRESSVIEW_H #define GUIPROGRESSVIEW_H -#if QT_VERSION < 0x040400 -#define settingsLayout gridLayout1 -#endif - #include "ui_ProgressViewUi.h" #include "DockView.h"