Index: /trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.cpp	(revision 74880)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.cpp	(revision 74881)
@@ -49,5 +49,4 @@
 {
     Column_Name,
-    /// @todo rest of columns?
     Column_Max,
 };
@@ -87,8 +86,4 @@
     /* Update item fields: */
     setText(Column_Name, m_strName);
-    /// @todo assign rest of field values!
-
-    /* Compose item tool-tip: */
-    /// @todo assign tool-tips!
 }
 
@@ -102,8 +97,4 @@
     /* Update item fields: */
     setText(Column_Name, m_strName);
-    /// @todo assign rest of field values!
-
-    /* Compose item tool-tip: */
-    /// @todo assign tool-tips!
 }
 
@@ -144,25 +135,4 @@
         m_pToolBar->updateLayout();
 #endif
-
-    /* Translate tree-widget: */
-    /// @todo assign tree-widget column names!
-}
-
-void UICloudProfileManagerWidget::resizeEvent(QResizeEvent *pEvent)
-{
-    /* Call to base-class: */
-    QIWithRetranslateUI<QWidget>::resizeEvent(pEvent);
-
-    /* Adjust tree-widget: */
-    sltAdjustTreeWidget();
-}
-
-void UICloudProfileManagerWidget::showEvent(QShowEvent *pEvent)
-{
-    /* Call to base-class: */
-    QIWithRetranslateUI<QWidget>::showEvent(pEvent);
-
-    /* Adjust tree-widget: */
-    sltAdjustTreeWidget();
 }
 
@@ -208,15 +178,4 @@
     // Not implemented.
     AssertMsgFailed(("Not implemented!"));
-}
-
-void UICloudProfileManagerWidget::sltAdjustTreeWidget()
-{
-    /* Calculate the total tree-widget width: */
-    const int iTotal = m_pTreeWidget->viewport()->width();
-
-    /// @todo calculate proposed column widths!
-
-    /* Apply the proposal: */
-    m_pTreeWidget->setColumnWidth(Column_Name, iTotal /*- iWidth1 - iWidth2 - iWidth3*/);
 }
 
Index: /trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.h	(revision 74880)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.h	(revision 74881)
@@ -73,10 +73,4 @@
         /** Handles translation event. */
         virtual void retranslateUi() /* override */;
-
-        /** Handles resize @a pEvent. */
-        virtual void resizeEvent(QResizeEvent *pEvent) /* override */;
-
-        /** Handles show @a pEvent. */
-        virtual void showEvent(QShowEvent *pEvent) /* override */;
     /** @} */
 
@@ -107,7 +101,4 @@
     /** @name Tree-widget stuff.
       * @{ */
-        /** Handles command to adjust tree-widget. */
-        void sltAdjustTreeWidget();
-
         /** Handles tree-widget @a pItem change. */
         void sltHandleItemChange(QTreeWidgetItem *pItem);
