From 1ff0cf84b13f32aa2157e796167052c19f43333b Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Thu, 14 Aug 2008 00:12:14 +0300 Subject: [PATCH] Remove bogus code from copy/paste --- qt/sphere-orbit-camera-gui/controlDialog.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/qt/sphere-orbit-camera-gui/controlDialog.h b/qt/sphere-orbit-camera-gui/controlDialog.h index 8fb798b..bd82512 100644 --- a/qt/sphere-orbit-camera-gui/controlDialog.h +++ b/qt/sphere-orbit-camera-gui/controlDialog.h @@ -7,13 +7,6 @@ #include "ui_controlDialog.h" -#define MONTHS 0 -#define WEEKS 1 -#define DAYS 2 -#define HOURS 3 -#define MINUTES 4 -#define SECONDS 5 - class ControlDialog : public QDialog, public Ui::controlDialog { Q_OBJECT -- 2.11.4.GIT