┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-10-07 10:53:33 +0000
committerPeter Penz <[email protected]>2007-10-07 10:53:33 +0000
commitcf83ceb29622c920de86e8e83c5cff1047dd318a (patch)
treecb0cd93ae1af78a7cf8d9cd0594a52c4807af9c7 /src/dolphinview.h
parentc1a0fb31612abb77069d8ece15f6ffb16d2d1871 (diff)
* assure that the columns of the colum-view get dimmed if the colum-view is inactive
* updated documentation of DolphinController + minor cleanups svn path=/trunk/KDE/kdebase/apps/; revision=722452
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.