]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphintabwidget.h
Adress the first round of Angelaccio's review comments
[dolphin.git] / src / dolphintabwidget.h
index 1eca71c5dccfc9ae8c294a225fa3d43b33c47512..9cc03f127659e2a453157c29142f75a721fd84ba 100644 (file)
@@ -163,13 +163,6 @@ public slots:
      */
     void activatePrevTab();
 
-    /**
-     * Is invoked if the Places panel got visible/invisible and takes care
-     * that the places-selector of all views is only shown if the Places panel
-     * is invisible.
-     */
-    void slotPlacesPanelVisibilityChanged(bool visible);
-
     /**
      * Is called when the user wants to reopen a previously closed tab from
      * the recent tabs menu.
@@ -231,9 +224,6 @@ private:
     QPair<int, bool> indexByUrl(const QUrl& url) const;
 
 private:
-    /** Caches the (negated) places panel visibility */
-    bool m_placesSelectorVisible;
-
     int m_lastViewedTab;
 };