Remove not implement methods

This commit is contained in:
Laurent Montel 2021-03-07 20:41:15 +01:00
parent 35ec23ac1b
commit a440ff1acb
2 changed files with 0 additions and 12 deletions

View file

@ -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

View file

@ -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.
*/