summaryrefslogtreecommitdiffstats
path: root/src/library/autodj/autodjfeature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/autodj/autodjfeature.h')
-rw-r--r--src/library/autodj/autodjfeature.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/library/autodj/autodjfeature.h b/src/library/autodj/autodjfeature.h
index 5b23464d0d..18a3203a60 100644
--- a/src/library/autodj/autodjfeature.h
+++ b/src/library/autodj/autodjfeature.h
@@ -1,9 +1,4 @@
-// AutoDJfeature.h
-// FORK FORK FORK on 11/1/2009 by Albert Santoni (alberts@mixxx.org)
-// Created 8/23/2009 by RJ Ryan (rryan@mit.edu)
-
-#ifndef AUTODJFEATURE_H
-#define AUTODJFEATURE_H
+#pragma once
#include <QAction>
#include <QIcon>
@@ -107,6 +102,3 @@ class AutoDJFeature : public LibraryFeature {
// of tracks in the playlist
void slotRandomQueue(int numTracksToAdd);
};
-
-
-#endif /* AUTODJFEATURE_H */