diff options
Diffstat (limited to 'aoblipplayer.h')
| -rw-r--r-- | aoblipplayer.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/aoblipplayer.h b/aoblipplayer.h index 6b75ba28..aebba77d 100644 --- a/aoblipplayer.h +++ b/aoblipplayer.h @@ -8,8 +8,6 @@ #include <string.h> #include <QDebug> -const int BLIP_COUNT = 5; - class AOBlipPlayer { public: @@ -26,7 +24,7 @@ private: AOApplication *ao_app; int m_volume; - HSTREAM m_stream_list[BLIP_COUNT]; + HSTREAM m_stream_list[5]; }; #endif // AOBLIPPLAYER_H |
