BaseQmlDebuggerClient: Remove unused code.

Change-Id: I6a75c113e14d3d19e1253c4867181aee0d99dfa4
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Aurindam Jana
2012-05-02 10:01:36 +02:00
committed by Kai Koehne
parent 9d5cf49630
commit 426614ed4b
2 changed files with 0 additions and 15 deletions

View File

@@ -83,17 +83,5 @@ void BaseQmlDebuggerClient::flushSendBuffer()
d->sendBuffer.clear();
}
//TODO:: remove this method
QList<QByteArray> BaseQmlDebuggerClient::cachedMessages()
{
return d->sendBuffer;
}
//TODO:: remove this method
void BaseQmlDebuggerClient::clearCachedMessages()
{
d->sendBuffer.clear();
}
} // Internal
} // Debugger