]> git.sur5r.net Git - minitube/commitdiff
Removed commented code
authorFlavio <flavio@odisseo.local>
Sat, 3 Mar 2012 14:18:04 +0000 (15:18 +0100)
committerFlavio <flavio@odisseo.local>
Sat, 3 Mar 2012 14:18:04 +0000 (15:18 +0100)
src/global.h

index 8ecb0b2af83ec19c9a4a93ec32da71799c5de9ee..2285b17351f491ecca9bad2d3850445ce34df5b3 100644 (file)
@@ -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;
     }