┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/iconmanager.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-03-13 21:31:34 +0000
committerPeter Penz <[email protected]>2008-03-13 21:31:34 +0000
commit3d75a64e6ea4958e896f2dc7d2376bdf96de983f (patch)
tree8efe652da5ea1bf826195839e4849ec71975e15e /src/iconmanager.h
parentc2e537a8b1a68747f5e5f5a5746b55804e5cf472 (diff)
Remove the semitransparent effect for hidden items in the IconManager, it just takes too much time at this part of the code. David Faure suggested some alternative ideas, I hope I can try them before KDE 4.1. Currently it is more important to keep the performance high.
BUG: 158807 svn path=/trunk/KDE/kdebase/apps/; revision=785369
Diffstat (limited to 'src/iconmanager.h')
-rw-r--r--src/iconmanager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/iconmanager.h b/src/iconmanager.h
index e35b13989..888fb42ee 100644
--- a/src/iconmanager.h
+++ b/src/iconmanager.h
@@ -85,9 +85,6 @@ private:
/** Applies an item effect to all cut items. */
void applyCutItemEffect();
- /** Applies an item effect to the hidden item \a hiddenItem. */
- void applyHiddenItemEffect(const KFileItem& hiddenItem);
-
/**
* Applies a frame around the icon. False is returned if
* no frame has been added because the icon is too small.