summaryrefslogtreecommitdiffstats
path: root/src/mixer/playerinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixer/playerinfo.h')
-rw-r--r--src/mixer/playerinfo.h22
1 files changed, 2 insertions, 20 deletions
diff --git a/src/mixer/playerinfo.h b/src/mixer/playerinfo.h
index 7d6cb574c7..2b06412cb0 100644
--- a/src/mixer/playerinfo.h
+++ b/src/mixer/playerinfo.h
@@ -1,21 +1,5 @@
-/***************************************************************************
- playerinfo.h - Helper class to have easy access
- to a lot of data (singleton)
- -------------------
- copyright : (C) 2007 by Wesley Stessens
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
-#ifndef MIXER_PLAYERINFO_H
-#define MIXER_PLAYERINFO_H
+// Helper class to have easy access
+#pragma once
#include <QMap>
#include <QMutex>
@@ -78,5 +62,3 @@ class PlayerInfo : public QObject {
static PlayerInfo* m_pPlayerinfo;
};
-
-#endif /* MIXER_PLAYERINFO_H */