diff options
| author | Frank Reininghaus <[email protected]> | 2014-03-05 08:43:58 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2014-03-05 08:44:45 +0100 |
| commit | 08b8d28154df302a1ed0e5b3abd54e823441b72c (patch) | |
| tree | 7078b2690056646c9ac94d9906879b80b7da61f1 /src/views/dolphinview.h | |
| parent | 80305554f4dc28003dab35a0687842f7bb03e9de (diff) | |
Remove some unused functions
REVIEW: 116562
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 3731464a3..06c09edc3 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -614,20 +614,6 @@ private slots: void updateSortFoldersFirst(bool foldersFirst); /** - * Updates the status bar to show hover information for the - * item \a item. If currently other items are selected, - * no hover information is shown. - * @see DolphinView::clearHoverInformation() - */ - void showHoverInformation(const KFileItem& item); - - /** - * Clears the hover information shown in the status bar. - * @see DolphinView::showHoverInformation(). - */ - void clearHoverInformation(); - - /** * Indicates in the status bar that the delete operation * of the job \a job has been finished. */ |
