src/hbcore/ovgeffects/hbvgreflectioneffect.cpp
changeset 7 923ff622b8b9
parent 5 627c4a0fd0e7
child 21 4633027730f5
--- a/src/hbcore/ovgeffects/hbvgreflectioneffect.cpp	Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbcore/ovgeffects/hbvgreflectioneffect.cpp	Tue Jul 06 14:36:53 2010 +0300
@@ -109,23 +109,6 @@
     emit fadeChanged(fade);
 }
 
-QColor HbVgReflectionEffect::color() const
-{
-    Q_D(const HbVgReflectionEffect);
-    return d->color;
-}
-
-void HbVgReflectionEffect::setColor(const QColor &color)
-{
-    Q_D(HbVgReflectionEffect);
-    if (color == d->color) {
-        return;
-    }
-    d->color = color;
-    updateEffect();
-    emit colorChanged(color);
-}
-
 QRectF HbVgReflectionEffect::boundingRectFor(const QRectF &rect) const
 {
     // Double the height of the rectangle but take also the offset into account.