Index: /trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp	(revision 41845)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp	(revision 41846)
@@ -1163,27 +1163,4 @@
     while (0);
 }
-
-#if 0
-void UISelectorWindow::sltEmbedDownloader(UIDownloadType downloaderType)
-{
-    switch (downloaderType)
-    {
-        case UIDownloadType_UserManual:
-        {
-            if (UIDownloaderUserManual *pDl = UIDownloaderUserManual::current())
-                statusBar()->addWidget(pDl->progressWidget(this), 0);
-            break;
-        }
-        case UIDownloadType_ExtensionPack:
-        {
-            if (UIDownloaderExtensionPack *pDl = UIDownloaderExtensionPack::current())
-                statusBar()->addWidget(pDl->progressWidget(this), 0);
-            break;
-        }
-        default:
-            break;
-    }
-}
-#endif
 
 void UISelectorWindow::retranslateUi()
@@ -1590,9 +1567,4 @@
     connect(&vboxGlobal(), SIGNAL(mediumEnumStarted()), this, SLOT(sltMediumEnumerationStarted()));
     connect(&vboxGlobal(), SIGNAL(mediumEnumFinished(const VBoxMediaList &)), this, SLOT(sltMediumEnumFinished(const VBoxMediaList &)));
-
-#if 0
-    /* Network manager connections: */
-    connect(gNetworkManager, SIGNAL(sigDownloaderCreated(UIDownloadType)), this, SLOT(sltEmbedDownloader(UIDownloadType)));
-#endif
 
     /* Menu-bar connections: */
Index: /trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.h	(revision 41845)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.h	(revision 41846)
@@ -127,9 +127,4 @@
     void sltMediumEnumFinished(const VBoxMediaList &mediumList);
 
-#if 0
-    /* Downloading handler: */
-    void sltEmbedDownloader(UIDownloadType downloaderType);
-#endif
-
 private:
 
