┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
authorFelix Ernst <[email protected]>2026-04-26 13:05:57 +0200
committerMéven Car <[email protected]>2026-04-26 11:05:57 +0000
commita5c36c615a9388301330c9a32898d4f4b57eede7 (patch)
tree1299454057ff3db6d518a6e99fbef44d32d9a7d1 /src/dolphinviewcontainer.h
parent2dce7352c1edfb13c90a8a3b858d113e3a9300b2 (diff)
Remove code for notifying about successful job completion
Because of a bug these messages haven't reached users in years, and it seems it is better this way. Remove the dead code. Preparation for https://invent.kde.org/system/dolphin/-/merge_requests/1254
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h
index f7ec01885..9c6dbb611 100644
--- a/src/dolphinviewcontainer.h
+++ b/src/dolphinviewcontainer.h
@@ -88,9 +88,6 @@ public:
*/
void setGrabFocusOnUrlChange(bool grabFocus);
- const DolphinStatusBar *statusBar() const;
- DolphinStatusBar *statusBar();
-
/**
* @return An UrlNavigator that is controlling this view
* or nullptr if there is none.