┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2013-03-07 22:56:52 +0100
committerFrank Reininghaus <[email protected]>2013-03-07 22:58:48 +0100
commita3b5656a16bf8536483853ebfae7d280d19182a0 (patch)
tree6e5c9d02bd532e26d1b2c32f1c5d227931a1df35 /src/dolphinviewcontainer.h
parent0ae259e0985264cc0fcbe9856407baa57baca84c (diff)
Remove duplicated slot
The slot DolphinViewContainer::focusView(), introduced in commit 2f0114730d1f5c3dfaee833300168b8e16b068f2, is actually unnecessary because DolphinViewContainer::requestFocus() provides the same functionality already.
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h
index 93fabecbc..bc58531a2 100644
--- a/src/dolphinviewcontainer.h
+++ b/src/dolphinviewcontainer.h
@@ -147,11 +147,6 @@ public slots:
*/
void setFilterBarVisible(bool visible);
- /**
- * Sets focus to the item view.
- */
- void focusView();
-
signals:
/**
* Is emitted whenever the filter bar has changed its visibility state.