┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 6f3b536e2..9291ea8b9 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -544,12 +544,6 @@ private:
void applyCutItemEffect();
/**
- * Updates the color of the viewport depending from the
- * activation state (see DolphinView::isActive()).
- */
- void updateViewportColor();
-
- /**
* Returns true, if the ColumnView is activated. As the column view
* requires some special handling for iterating through directories,
* this method has been introduced for convenience.