example/AuthApp/src/requestSP.cpp
changeset 26 83d6a149c755
parent 17 106a4bfcb866
--- a/example/AuthApp/src/requestSP.cpp	Thu Sep 23 17:43:31 2010 +0530
+++ b/example/AuthApp/src/requestSP.cpp	Mon Oct 11 21:59:54 2010 +0530
@@ -34,8 +34,6 @@
 static const char kUserAgent[] = "FacebookConnect";
 static const QString kStringBoundary = "3i2ndDfv2rTHiSisAbouNdArYfORhtTPEefj3q2f";
 
-static const double kTimeoutInterval = 180.0;
-
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
@@ -135,6 +133,7 @@
 
 QString FBRequest::urlForMethod (const QString& aMethod) const {
 
+	Q_UNUSED(aMethod)
 	return iSession->apiURL();
 }