summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
{