summaryrefslogtreecommitdiff
path: root/include/tools/color.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-25 09:17:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-25 12:32:53 +0100
commitbfd33a826cf842de8fce9e331b24d25c1bc58b28 (patch)
tree11bca0b4bdaadbf25b60857a2e7ff156bbb32223 /include/tools/color.hxx
parentd3714207b1d8cc323a639a942121b6c1aa4cd61b (diff)
callcatcher: update unused code
Change-Id: I735264eb32ebdd165d23a4717f0329f666b8b140
Diffstat (limited to 'include/tools/color.hxx')
-rw-r--r--include/tools/color.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/tools/color.hxx b/include/tools/color.hxx
index c382f870e259..f940dbcf5688 100644
--- a/include/tools/color.hxx
+++ b/include/tools/color.hxx
@@ -161,16 +161,6 @@ public:
void IncreaseLuminance(sal_uInt8 cLumInc);
void DecreaseLuminance(sal_uInt8 cLumDec);
- /**
- * Apply tint or shade to a color.
- *
- * The input value is the percentage (in 100th of percent) of how much the
- * color changes towards the black (shade) or white (tint). If the value
- * is positive, the color is tinted, if the value is negative, the color is
- * shaded.
- **/
- void ApplyTintOrShade(sal_Int16 n100thPercent);
-
void DecreaseContrast(sal_uInt8 cContDec);
void Invert();