remove bass include from aomusicplayer

This commit is contained in:
gameboyprinter 2018-08-29 00:04:15 -05:00
parent bd5ac3ea21
commit 9d36bd0e98

View File

@ -1,7 +1,6 @@
#ifndef AOMUSICPLAYER_H
#define AOMUSICPLAYER_H
#include "bass.h"
#include "aoapplication.h"
#include <QWidget>
@ -24,7 +23,6 @@ private:
QMediaPlayer *m_player;
int m_volume = 0;
HSTREAM m_stream;
};
#endif // AOMUSICPLAYER_H