summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-17 11:50:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-17 11:56:02 +0100
commitabe21b68fa7d384085a5e2788dcb32bba15025f1 (patch)
treec7a332ef4443ba01080a41733e0ca71707223061
parentcedb2fb971cafee49a2f545ea29aa2257e14de06 (diff)
I think the CWS-gfbfcfg dust has safely settled by now
Change-Id: I23201c96fff514cf5eaaf69f9841d3ea6ade6070
-rw-r--r--vcl/inc/outdev.h2
-rw-r--r--vcl/source/app/svmain.cxx1
-rw-r--r--vcl/source/gdi/outdev3.cxx4
3 files changed, 0 insertions, 7 deletions
diff --git a/vcl/inc/outdev.h b/vcl/inc/outdev.h
index fdeae8b9b7a0..6291866be855 100644
--- a/vcl/inc/outdev.h
+++ b/vcl/inc/outdev.h
@@ -245,8 +245,6 @@ struct ImplOutDevData
basegfx::B2DHomMatrix* mpInverseViewTransform;
};
-void ImplFreeOutDevFontData();
-
#endif // _SV_OUTDEV_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index fdfe5809b99f..5bae2dfd2e8e 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -550,7 +550,6 @@ void DeInitVCL()
pSVData->maGDIData.mpScreenFontList = NULL;
delete pSVData->maGDIData.mpScreenFontCache;
pSVData->maGDIData.mpScreenFontCache = NULL;
- ImplFreeOutDevFontData();
if ( pSVData->mpResMgr )
{
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx
index 084d62d8d6c1..2a0a3b6bfed7 100644
--- a/vcl/source/gdi/outdev3.cxx
+++ b/vcl/source/gdi/outdev3.cxx
@@ -288,10 +288,6 @@ void OutputDevice::ImplUpdateAllFontData( bool bNewFontLists )
}
}
-// TODO: remove this method when the CWS-gfbfcfg dust has settled
-void ImplFreeOutDevFontData()
-{}
-
void OutputDevice::BeginFontSubstitution()
{
ImplSVData* pSVData = ImplGetSVData();