summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/inc/ChartController.hxx1
-rw-r--r--chart2/source/controller/main/ChartController.cxx5
2 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/controller/inc/ChartController.hxx b/chart2/source/controller/inc/ChartController.hxx
index d6aaaac48bf5..336d86ae968e 100644
--- a/chart2/source/controller/inc/ChartController.hxx
+++ b/chart2/source/controller/inc/ChartController.hxx
@@ -394,7 +394,6 @@ private:
virtual ~TheModel() override;
- void SetOwnership( bool bGetsOwnership );
void addListener( ChartController* pController );
void removeListener( ChartController* pController );
void tryTermination();
diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx
index e15df2d40cd2..f537b6bc28b0 100644
--- a/chart2/source/controller/main/ChartController.cxx
+++ b/chart2/source/controller/main/ChartController.cxx
@@ -143,11 +143,6 @@ ChartController::TheModel::~TheModel()
{
}
-void ChartController::TheModel::SetOwnership( bool bGetsOwnership )
-{
- m_bOwnership = bGetsOwnership;
-}
-
void ChartController::TheModel::addListener( ChartController* pController )
{
if(m_xCloseable.is())