summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-12 12:06:16 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-12 12:14:03 +0300
commitd1516d488c081ec3a5d730d2b1626a0c8dc39a73 (patch)
treebe09d677efe7579dfc12a24caaed863c74561ec0 /chart2
parent5aa02dc294185708fc4a28a8308ecb7a402e6809 (diff)
WaE: private field 'm_bOwnershipIsWellKnown' is not used
Change-Id: Ic4b784cb26f9127fe549f3866cbe53f0d0be0a78
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/main/ChartController.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/controller/main/ChartController.hxx b/chart2/source/controller/main/ChartController.hxx
index a207f517803b..485a2b75d094 100644
--- a/chart2/source/controller/main/ChartController.hxx
+++ b/chart2/source/controller/main/ChartController.hxx
@@ -476,10 +476,6 @@ private:
//the ownership between model and controller is not clear at first
//each controller might consider himself as owner of the model first
bool volatile m_bOwnership;
- //with a XCloseable::close call and during XCloseListener::queryClosing
- //the ownership can be regulated more explicit,
- //if so the ownership is considered to be well known
- bool volatile m_bOwnershipIsWellKnown;
};
class TheModelRef
{