summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.cpp
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2011-11-19 23:13:43 +0100
committerTim Jenssen <tim.jenssen@nokia.com>2011-11-21 13:15:46 +0100
commit81ad56fdd0afe3baf84ad1fb3fa2c64326b92796 (patch)
tree8784e75d27eb80308edde0555294267f47c6b131 /installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.cpp
parent77e3bf712c785b4d68695933ac929ec6a22555fc (diff)
Remove unused parts of KDGenericFactory.
Change-Id: I6419a6aaf6c511c05d576028005c9def4f1a3ca9 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.cpp')
-rw-r--r--installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.cpp b/installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.cpp
index ea6fe5650..7bad5c92f 100644
--- a/installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.cpp
+++ b/installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.cpp
@@ -112,20 +112,3 @@ FileDownloader *FileDownloaderFactory::create(const QString &scheme, const Signa
Registers a new file downloader with the factory. If there is already a downloader with the same scheme,
the downloader is replaced. The ownership of the downloader is transfered to the factory.
*/
-
-/*!
- Returns the number of file downloaders in the factory.
-*/
-int FileDownloaderFactory::fileDownloaderCount() const
-{
- return productCount();
-}
-
-/*!
- Returns a list of schemes supported by this factory, i.e. for which a
- FileDownloader was registered.
-*/
-QStringList FileDownloaderFactory::supportedSchemes() const
-{
- return availableProducts();
-}