From 42925ee1fd33bcbcf8359404d4abf687acc79315 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux ITS" Date: Thu, 15 Nov 2012 13:33:56 +0100 Subject: dropped dead code from svg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I73244d54f182f44c08a942dee95ff11b53a24f5a Reviewed-on: https://gerrit.libreoffice.org/1078 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svtools/source/contnr/treelist.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'svtools/source') diff --git a/svtools/source/contnr/treelist.cxx b/svtools/source/contnr/treelist.cxx index d86928c27809..b18f1c05f984 100644 --- a/svtools/source/contnr/treelist.cxx +++ b/svtools/source/contnr/treelist.cxx @@ -1264,11 +1264,6 @@ void SvListView::Clear() } } -SvTreeList* SvListView::GetModel() const -{ - return pModel; -} - void SvListView::SetModel( SvTreeList* pNewModel ) { DBG_CHKTHIS(SvListView,0); -- cgit