Kaydet (Commit) 9d0571a2 authored tarafından Caolán McNamara's avatar Caolán McNamara

why this odd unused assignment thing

Change-Id: I4c87e3fb418211a5f3750746e1b6928fbe8f1741
üst 01e4697b
...@@ -367,14 +367,6 @@ struct WinMtfLineStyle : GDIObj ...@@ -367,14 +367,6 @@ struct WinMtfLineStyle : GDIObj
&& bTransparent == rStyle.bTransparent && bTransparent == rStyle.bTransparent
&& aLineInfo == rStyle.aLineInfo; && aLineInfo == rStyle.aLineInfo;
} }
WinMtfLineStyle& operator=( WinMtfLineStyle* pStyle )
{
aLineColor = pStyle->aLineColor;
bTransparent = pStyle->bTransparent;
aLineInfo = pStyle->aLineInfo;
return *this;
}
}; };
struct XForm struct XForm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment