From 08b8d28154df302a1ed0e5b3abd54e823441b72c Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Wed, 5 Mar 2014 08:43:58 +0100 Subject: Remove some unused functions REVIEW: 116562 --- src/views/dolphinview.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/views/dolphinview.cpp') diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 9f5f48a86..21235e5e7 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -1354,16 +1354,6 @@ void DolphinView::calculateItemCount(int& fileCount, } } -void DolphinView::showHoverInformation(const KFileItem& item) -{ - emit requestItemInfo(item); -} - -void DolphinView::clearHoverInformation() -{ - emit requestItemInfo(KFileItem()); -} - void DolphinView::slotDeleteFileFinished(KJob* job) { if (job->error() == 0) { -- cgit v1.3