Forgot the remove unused signal/slot connections *sigh*
authorPekka Nissinen <pekka.nissinen@ixonos.com>
Thu, 19 Aug 2010 11:41:16 +0000 (14:41 +0300)
committerPekka Nissinen <pekka.nissinen@ixonos.com>
Thu, 19 Aug 2010 11:41:16 +0000 (14:41 +0300)
src/ui/tabbedpanel.cpp

index b7b9e32..11afa8d 100644 (file)
@@ -75,12 +75,6 @@ TabbedPanel::TabbedPanel(QWidget *parent)
     connect(m_panelContextButtonBar, SIGNAL(positionChangeRequested()),
             this, SLOT(repositionContextButtonBar()));
 
-    connect(this, SIGNAL(panelOpened()),
-            this, SLOT(showContextButtonBar()));
-
-    connect(this, SIGNAL(panelClosed()),
-            this, SLOT(hideContextButtonBar()));
-
     // --- PANEL CONTENT ---
     m_panelContentStack = new PanelContentStack(this);
     m_panelContentStack->move(PANEL_TAB_WIDTH + PANEL_BAR_WIDTH, PANEL_TOP_Y);