From: Flavio Date: Sat, 3 Mar 2012 14:18:04 +0000 (+0100) Subject: Removed commented code X-Git-Tag: 1.7.1~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4b41242770ec373f9c4b794fcc0306ad95aeff4b;p=minitube Removed commented code --- diff --git a/src/global.h b/src/global.h index 8ecb0b2..2285b17 100644 --- a/src/global.h +++ b/src/global.h @@ -130,15 +130,6 @@ namespace The { networkHttpProxySetting(); maybeSetSystemProxy(); nam = new QNetworkAccessManager(); - - // A simple disk based cache - /* - QNetworkDiskCache *cache = new QNetworkDiskCache(); - QString cacheLocation = QDesktopServices::storageLocation(QDesktopServices::DataLocation); - qDebug() << cacheLocation; - cache->setCacheDirectory(cacheLocation); - nam->setCache(cache); - */ } return nam; }