mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 10:33:59 +02:00
Remove unused global string
This commit is contained in:
@@ -24,9 +24,6 @@
|
|||||||
|
|
||||||
#define BLOCK_SIZE 1048576
|
#define BLOCK_SIZE 1048576
|
||||||
|
|
||||||
static QString s_aeInfoIdentifier = QString( "MEDIASTREAM" );
|
|
||||||
|
|
||||||
|
|
||||||
MediaStream::MediaStream( QObject* parent )
|
MediaStream::MediaStream( QObject* parent )
|
||||||
: QObject( parent )
|
: QObject( parent )
|
||||||
, m_type( Unknown )
|
, m_type( Unknown )
|
||||||
|
Reference in New Issue
Block a user