From a3b5656a16bf8536483853ebfae7d280d19182a0 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Thu, 7 Mar 2013 22:56:52 +0100 Subject: Remove duplicated slot The slot DolphinViewContainer::focusView(), introduced in commit 2f0114730d1f5c3dfaee833300168b8e16b068f2, is actually unnecessary because DolphinViewContainer::requestFocus() provides the same functionality already. --- src/dolphinviewcontainer.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/dolphinviewcontainer.h') 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. -- cgit v1.3