Kaydet (Commit) abe21b68 authored tarafından Caolán McNamara's avatar Caolán McNamara

I think the CWS-gfbfcfg dust has safely settled by now

Change-Id: I23201c96fff514cf5eaaf69f9841d3ea6ade6070
üst cedb2fb9
...@@ -245,8 +245,6 @@ struct ImplOutDevData ...@@ -245,8 +245,6 @@ struct ImplOutDevData
basegfx::B2DHomMatrix* mpInverseViewTransform; basegfx::B2DHomMatrix* mpInverseViewTransform;
}; };
void ImplFreeOutDevFontData();
#endif // _SV_OUTDEV_H #endif // _SV_OUTDEV_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -550,7 +550,6 @@ void DeInitVCL() ...@@ -550,7 +550,6 @@ void DeInitVCL()
pSVData->maGDIData.mpScreenFontList = NULL; pSVData->maGDIData.mpScreenFontList = NULL;
delete pSVData->maGDIData.mpScreenFontCache; delete pSVData->maGDIData.mpScreenFontCache;
pSVData->maGDIData.mpScreenFontCache = NULL; pSVData->maGDIData.mpScreenFontCache = NULL;
ImplFreeOutDevFontData();
if ( pSVData->mpResMgr ) if ( pSVData->mpResMgr )
{ {
......
...@@ -288,10 +288,6 @@ void OutputDevice::ImplUpdateAllFontData( bool bNewFontLists ) ...@@ -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() void OutputDevice::BeginFontSubstitution()
{ {
ImplSVData* pSVData = ImplGetSVData(); ImplSVData* pSVData = ImplGetSVData();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment