diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-12-15 14:02:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-15 14:26:00 +0000 |
commit | 8bf07e7f8636a2cd49c8c8955a31f500844aad9d (patch) | |
tree | 9b50f3e19cc7900945c98d748a8a6bdcd263fbce /vcl | |
parent | 324de04a408a77656a473cbfd2cc1ce77664b0c0 (diff) |
drop newly unused Application::ValidateSystemFont
Change-Id: Iffe850d99f2dcd9e955a4ba1190e010be905434b
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/svapp.cxx | 15 |
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; |