Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h	(revision 27375)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h	(revision 27376)
@@ -39,5 +39,4 @@
 class UIActionsPool;
 class UIConsoleCallback;
-class UIDownloaderAdditions;
 class UIMachine;
 class UIMachineMenuBar;
@@ -238,6 +237,4 @@
     bool m_fIsHidingHostPointer : 1;
 
-    UIDownloaderAdditions *m_pDownloaderAdditions;
-
     /* Friend classes: */
     friend class UIConsoleCallback;
Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp	(revision 27375)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp	(revision 27376)
@@ -67,5 +67,6 @@
     prepareMachineWindows();
 
-    /* If there is an Additions download running show the process bar. */
+    /* If there is an Additions download running, update the parent window
+     * information. */
     if (UIDownloaderAdditions *pDl = UIDownloaderAdditions::current())
         pDl->setParentWidget(mainMachineWindow()->machineWindow());
