diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-09-23 10:36:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-09-23 10:36:35 +0100 |
commit | 9d0571a2761cab230aa7447ba7a4ce3c3ab48079 (patch) | |
tree | 3436fe9abd4e16c433f2602a6330b65d1d51e708 | |
parent | 01e4697b6ddd3193cba7a46a033dadf97e21135c (diff) |
why this odd unused assignment thing
Change-Id: I4c87e3fb418211a5f3750746e1b6928fbe8f1741
-rw-r--r-- | vcl/source/filter/wmf/winmtf.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/filter/wmf/winmtf.hxx b/vcl/source/filter/wmf/winmtf.hxx index 27ac58f0251f..63118d44950d 100644 --- a/vcl/source/filter/wmf/winmtf.hxx +++ b/vcl/source/filter/wmf/winmtf.hxx @@ -367,14 +367,6 @@ struct WinMtfLineStyle : GDIObj && bTransparent == rStyle.bTransparent && aLineInfo == rStyle.aLineInfo; } - - WinMtfLineStyle& operator=( WinMtfLineStyle* pStyle ) - { - aLineColor = pStyle->aLineColor; - bTransparent = pStyle->bTransparent; - aLineInfo = pStyle->aLineInfo; - return *this; - } }; struct XForm |