┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dolphintabpage.h6
-rw-r--r--src/panels/information/informationpanel.h6
2 files changed, 0 insertions, 12 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h
index 512ac22fe..a9b7f8133 100644
--- a/src/dolphintabpage.h
+++ b/src/dolphintabpage.h
@@ -96,12 +96,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
* gets selected if no loading of a directory has been triggered
diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h
index baeb6e875..debd88e46 100644
--- a/src/panels/information/informationpanel.h
+++ b/src/panels/information/informationpanel.h
@@ -97,12 +97,6 @@ private:
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.
*/
bool isEqualToShownUrl(const QUrl& url) const;