Kaydet (Commit) cfaa51ad authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: I5f450365498304d8118dce88af3becc5a8c9ddeb
üst d4419806
......@@ -164,7 +164,6 @@ Layout::SplittedSide::SplittedSide (Layout* pParent, Side eSide) :
bVertical(eSide == Left || eSide == Right),
bLower(eSide == Left || eSide == Top),
nSize(0),
nLastPos(0),
aSplitter(pParent, bVertical ? WB_HSCROLL : WB_VSCROLL)
{
InitSplitter(aSplitter);
......
......@@ -99,8 +99,6 @@ private:
Rectangle aRect;
// size (width or height)
long nSize;
// last position (between Add()s)
long nLastPos;
// the main splitting line
Splitter aSplitter;
// the dockable windows (and some data)
......
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