summaryrefslogtreecommitdiff
path: root/include/tools/color.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-19 16:11:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-02-20 07:19:16 +0100
commit19a906f09688f06ee90cac2a50126aeba749a331 (patch)
tree66320878bd537b646f06afdbf2d2409e961f3024 /include/tools/color.hxx
parenta7ee3cc31331353d307e4b7aaf7fe88721df6470 (diff)
drop Color::SetColor(ColorData) in favour of operator=
first stage of getting rid of ColorData Change-Id: I5e4e95eb958722814c43c8d1ebfef17ad18c29ec Reviewed-on: https://gerrit.libreoffice.org/49997 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools/color.hxx')
-rw-r--r--include/tools/color.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/tools/color.hxx b/include/tools/color.hxx
index 5e1b603aa461..1006f7a4dc45 100644
--- a/include/tools/color.hxx
+++ b/include/tools/color.hxx
@@ -79,10 +79,6 @@ public:
return COLORDATA_TRANSPARENCY(mnColor);
}
- void SetColor(ColorData nColor)
- {
- mnColor = nColor;
- }
ColorData GetColor() const
{
return mnColor;