From: APTX Date: Wed, 12 Aug 2009 13:10:40 +0000 (+0200) Subject: - Fix gcc compile errors on linux X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=59dc6969ef2068e6aca4ffd2b278c51e79b1d530;p=anidbudpclient.git - Fix gcc compile errors on linux - Make player usable on linux (X windows sytem weirdness) --- diff --git a/client.cpp b/client.cpp index c2da3cb..89c29a5 100644 --- a/client.cpp +++ b/client.cpp @@ -26,7 +26,6 @@ Client::Client(QObject *parent) : QObject(parent) qDebug() << "Api instance init!"; m_error = NoError; - m_errorString; m_idlePolicy = DoNothingIdlePolicy; disconnecting = false;