Kaydet (Commit) 7884205f authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: -Werror, -Wunused-private-field

Change-Id: I63cfbe32b165b33e986641f9c6270994ddaa6480
üst 267f401e
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
ScPrivatSplit::ScPrivatSplit(vcl::Window* pParent, const ResId& rResId) ScPrivatSplit::ScPrivatSplit(vcl::Window* pParent, const ResId& rResId)
: Control(pParent, rResId) : Control(pParent, rResId)
, nDeltaX(0)
, nDeltaY(0) , nDeltaY(0)
{ {
Point aPos=GetPosPixel(); Point aPos=GetPosPixel();
......
...@@ -35,7 +35,6 @@ private: ...@@ -35,7 +35,6 @@ private:
short nNewY; short nNewY;
Range aXMovingRange; Range aXMovingRange;
Range aYMovingRange; Range aYMovingRange;
short nDeltaX;
short nDeltaY; short nDeltaY;
using Control::ImplInitSettings; using Control::ImplInitSettings;
......
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