diff -r a180113055cb -r 83d6a149c755 example/FlickrAuthApp/src/requestSP.cpp --- a/example/FlickrAuthApp/src/requestSP.cpp Thu Sep 23 17:43:31 2010 +0530 +++ b/example/FlickrAuthApp/src/requestSP.cpp Mon Oct 11 21:59:54 2010 +0530 @@ -37,9 +37,6 @@ static const QString kAPIFormat = "XML"; static const QString kStringBoundary = "3i2ndDfv2rTHiSisAbouNdArYfORhtTPEefj3q2f"; -static const double kTimeoutInterval = 180.0; - - /////////////////////////////////////////////////////////////////////////////////////////////////// static bool caseInsensitiveLessThan(const QString &s1, const QString &s2) @@ -181,6 +178,7 @@ QString FBRequest::urlForMethod (const QString& aMethod) const { + Q_UNUSED(aMethod) return iSession->apiURL(); }