summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/sallayout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/sallayout.cxx')
-rw-r--r--vcl/source/gdi/sallayout.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx
index e9aee36e3e..74188d8898 100644
--- a/vcl/source/gdi/sallayout.cxx
+++ b/vcl/source/gdi/sallayout.cxx
@@ -623,14 +623,6 @@ void SalLayout::AdjustLayout( ImplLayoutArgs& rArgs )
// -----------------------------------------------------------------------
-void SalLayout::Reference() const
-{
- // TODO: protect when multiple threads can access this
- ++mnRefCount;
-}
-
-// -----------------------------------------------------------------------
-
void SalLayout::Release() const
{
// TODO: protect when multiple threads can access this