]> Some of my projects - anidbudpclient.git/commitdiff
- Fix gcc compile errors on linux
authorAPTX <mail@example.com>
Wed, 12 Aug 2009 13:10:40 +0000 (15:10 +0200)
committerAPTX <mail@example.com>
Wed, 12 Aug 2009 13:10:40 +0000 (15:10 +0200)
- Make player usable on linux (X windows sytem weirdness)

client.cpp

index c2da3cbf1b07bec43bfcdf09b4619ed253f5434f..89c29a5cdf914509cb783a670ea15497b359c14d 100644 (file)
@@ -26,7 +26,6 @@ Client::Client(QObject *parent) : QObject(parent)
 qDebug() << "Api instance init!";
 
        m_error = NoError;
-       m_errorString;
        m_idlePolicy = DoNothingIdlePolicy;
 
        disconnecting = false;