┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphincontroller.h')
-rw-r--r--src/dolphincontroller.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h
index ba1036060..29dd7dfb1 100644
--- a/src/dolphincontroller.h
+++ b/src/dolphincontroller.h
@@ -73,7 +73,6 @@ class QWidget;
* - setShowPreview()
* - indicateActivationChange()
* - setZoomLevel()
- * - triggerScrollToCurrentItem()
*/
class LIBDOLPHINPRIVATE_EXPORT DolphinController : public QObject
{
@@ -191,12 +190,6 @@ public:
int zoomLevel() const;
/**
- * Triggers the view implementation to assure having a fully visible
- * current item. The signal scrollToCurrentItem() will be emitted.
- */
- void triggerScrollToCurrentItem();
-
- /**
* Tells the view implementation to zoom out by emitting the signal zoomOut()
* and is invoked by the abstract Dolphin view.
*/
@@ -376,12 +369,6 @@ signals:
*/
void hideToolTip();
- /**
- * Is emitted if the view implementation should scroll to the current item, so
- * that it is fully visible.
- */
- void scrollToCurrentItem();
-
private slots:
void updateMouseButtonState();