]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove not implement methods
authorLaurent Montel <montel@kde.org>
Sun, 7 Mar 2021 19:41:15 +0000 (20:41 +0100)
committerLaurent Montel <montel@kde.org>
Sun, 7 Mar 2021 19:41:15 +0000 (20:41 +0100)
src/dolphintabpage.h
src/panels/information/informationpanel.h

index 512ac22fed5c02734460d51630e40910da32da28..a9b7f81335955016454806a10954d782fa3e0b0e 100644 (file)
@@ -95,12 +95,6 @@ public:
 
     void insertNavigatorsWidget(DolphinNavigatorsWidgetAction *navigatorsWidget);
 
 
     void insertNavigatorsWidget(DolphinNavigatorsWidgetAction *navigatorsWidget);
 
-    /**
-     * Notify the connected DolphinNavigatorsWidgetAction of geometry changes which it
-     * needs for visual alignment.
-     */
-    void resizeNavigators() const;
-
     /**
      * Marks the items indicated by \p urls to get selected after the
      * directory DolphinView::url() has been loaded. Note that nothing
     /**
      * Marks the items indicated by \p urls to get selected after the
      * directory DolphinView::url() has been loaded. Note that nothing
index baeb6e875d9c9f69dbf158cc8f6b8d38484a211c..debd88e46439c26d33c2950c43d8124283ddeb4e 100644 (file)
@@ -96,12 +96,6 @@ private:
     /** Assures that any pending item information request is cancelled. */
     void cancelRequest();
 
     /** Assures that any pending item information request is cancelled. */
     void cancelRequest();
 
-    /**
-     * Shows the meta information for the current shown item inside
-     * a label.
-     */
-    void showMetaInfo();
-
     /**
      * Returns true, if \a url is equal to the shown URL m_shownUrl.
      */
     /**
      * Returns true, if \a url is equal to the shown URL m_shownUrl.
      */