diff options
| author | gameboyprinter <gameboyprinter@users.noreply.github.com> | 2018-08-29 00:04:15 -0500 |
|---|---|---|
| committer | gameboyprinter <gameboyprinter@users.noreply.github.com> | 2018-08-29 00:04:15 -0500 |
| commit | 9d36bd0e98f21531b3e6600587285447c0382363 (patch) | |
| tree | 9e7b0cebce7786249e40a6607bbf1499589bfc9a | |
| parent | bd5ac3ea2123b89576ff9ee6f856c2a1d7fc74d6 (diff) | |
remove bass include from aomusicplayer
| -rw-r--r-- | aomusicplayer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/aomusicplayer.h b/aomusicplayer.h index 95e155e4..f7b2d0d3 100644 --- a/aomusicplayer.h +++ b/aomusicplayer.h @@ -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 |
