summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-15 14:02:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-15 14:26:00 +0000
commit8bf07e7f8636a2cd49c8c8955a31f500844aad9d (patch)
tree9b50f3e19cc7900945c98d748a8a6bdcd263fbce /vcl/source/app/svapp.cxx
parent324de04a408a77656a473cbfd2cc1ce77664b0c0 (diff)
drop newly unused Application::ValidateSystemFont
Change-Id: Iffe850d99f2dcd9e955a4ba1190e010be905434b
Diffstat (limited to 'vcl/source/app/svapp.cxx')
-rw-r--r--vcl/source/app/svapp.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index f7a696f760d5..eb3c00bad43f 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -497,21 +497,6 @@ void Application::MergeSystemSettings( AllSettings& rSettings )
}
}
-bool Application::ValidateSystemFont()
-{
- vcl::Window* pWindow = ImplGetSVData()->maWinData.mpFirstFrame;
- if( ! pWindow )
- pWindow = ImplGetDefaultWindow();
-
- if( pWindow )
- {
- AllSettings aSettings;
- pWindow->ImplGetFrame()->UpdateSettings( aSettings );
- return pWindow->ImplCheckUIFont( aSettings.GetStyleSettings().GetAppFont() );
- }
- return false;
-}
-
void Application::SetSettings( const AllSettings& rSettings )
{
const SolarMutexGuard aGuard;