diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-10 12:03:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-10 12:03:54 +0200 |
commit | cfaa51ad45bed3bc0f2966512600a03927cd5dfb (patch) | |
tree | 3fcb588075f1dcf529700fe303f9467112255d72 /basctl/source | |
parent | d4419806c8f4633f99ec54f564930f1932cf4549 (diff) |
-Werror,-Wunused-private-field
Change-Id: I5f450365498304d8118dce88af3becc5a8c9ddeb
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/layout.cxx | 1 | ||||
-rw-r--r-- | basctl/source/basicide/layout.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/basctl/source/basicide/layout.cxx b/basctl/source/basicide/layout.cxx index b9a5e8ec6c35..e679a4fab431 100644 --- a/basctl/source/basicide/layout.cxx +++ b/basctl/source/basicide/layout.cxx @@ -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); diff --git a/basctl/source/basicide/layout.hxx b/basctl/source/basicide/layout.hxx index b65de961c5f9..1092aeb67e30 100644 --- a/basctl/source/basicide/layout.hxx +++ b/basctl/source/basicide/layout.hxx @@ -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) |