summaryrefslogtreecommitdiffstats
path: root/src/dlgautodj.h
diff options
context:
space:
mode:
authorOwen Williams <owilliams@mixxx.org>2014-05-18 13:47:30 -0400
committerOwen Williams <owilliams@mixxx.org>2014-05-18 13:47:30 -0400
commitbf320132242890699b4b355b2b590c532cf04e35 (patch)
tree609daff74ed6a45b68f16ee7557439176dcb6e84 /src/dlgautodj.h
parent53d1fe8ec496f55814e96d8204c6ac18e3fd3eae (diff)
Remove redundant control objects
Remove tricksy april fool's joke.
Diffstat (limited to 'src/dlgautodj.h')
-rw-r--r--src/dlgautodj.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/dlgautodj.h b/src/dlgautodj.h
index 1863d2282c..ef0f4d8476 100644
--- a/src/dlgautodj.h
+++ b/src/dlgautodj.h
@@ -88,8 +88,6 @@ class DlgAutoDJ : public QWidget, public Ui::DlgAutoDJ, public LibraryView {
ControlObjectThread* m_pCOPlayPos2;
ControlObjectThread* m_pCOPlay1;
ControlObjectThread* m_pCOPlay2;
- ControlObjectThread* m_pCOPlay1Fb;
- ControlObjectThread* m_pCOPlay2Fb;
ControlObjectThread* m_pCORepeat1;
ControlObjectThread* m_pCORepeat2;
ControlObjectThread* m_pCOCrossfader;
@@ -105,19 +103,3 @@ class DlgAutoDJ : public QWidget, public Ui::DlgAutoDJ, public LibraryView {
};
#endif //DLGAUTODJ_H
-
-
-
-
-
-
-
-
-
-
-
-
-
-#define _blah if ((QDate::currentDate().day() == 1) && (QDate::currentDate().month() == 4)) \
- pushButtonAutoDJ->setText("\x45\x6e\x61\x62\x6c\x65\x20\x50\x65\x65" \
- "\x20\x42\x72\x65\x61\x6b\x20\x4d\x6f\x64\x65")