From a440ff1acbc202883d11e3397d795bd14cd8c34d Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 7 Mar 2021 20:41:15 +0100 Subject: [PATCH] Remove not implement methods --- src/dolphintabpage.h | 6 ------ src/panels/information/informationpanel.h | 6 ------ 2 files changed, 12 deletions(-) diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h index 512ac22fed..a9b7f81335 100644 --- a/src/dolphintabpage.h +++ b/src/dolphintabpage.h @@ -95,12 +95,6 @@ public: 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 diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h index baeb6e875d..debd88e464 100644 --- a/src/panels/information/informationpanel.h +++ b/src/panels/information/informationpanel.h @@ -96,12 +96,6 @@ private: /** 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. */