Small optimization to media player. Web page updated.
[jspeed] / src / mediaplayer.h
index 2bba0ec..9a8ce7a 100644 (file)
@@ -22,7 +22,6 @@
 #include <QtCore/QString>
 #include <QtCore/QStringList>
 #include <QtCore/QList>
-#include <QMediaPlayer>
 
 class MediaPlayer
 {
@@ -34,9 +33,6 @@ public:
     static QStringList getFormatPatterns();
     static QString getSoundDir();
     static QString const& getLocalSoundDir();
-
-private:
-    static QMediaPlayer player_;
 };
 
 #endif