diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-12 09:11:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-12 13:03:50 +0000 |
commit | 0d3082dbf2e87bed462246307a13e206f7617081 (patch) | |
tree | 372b4a879b45e6a9e85ff42f4275a8e925c3162d /vcl/inc | |
parent | 2efd433478cf4820b308b20cf42595345e023af2 (diff) |
callcatcher: update unused code
Change-Id: Iaaad9302ef8edb47fa95ce8ca608b6f36449521b
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/fontcache.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/fontmanager.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/fontcache.hxx b/vcl/inc/fontcache.hxx index abce7432fb15..777c896face3 100644 --- a/vcl/inc/fontcache.hxx +++ b/vcl/inc/fontcache.hxx @@ -72,7 +72,6 @@ public: bool getFontCacheFile( int nDirID, const OString& rFile, std::list< PrintFontManager::PrintFont* >& rNewFonts ) const; void updateFontCacheEntry( const PrintFontManager::PrintFont*, bool bFlush ); - void markEmptyDir( int nDirID, bool bNoFiles = true ); // returns false for non cached directory // a cached but empty directory will return true but not append anything diff --git a/vcl/inc/fontmanager.hxx b/vcl/inc/fontmanager.hxx index 94ce3b282553..f0d95f188bd1 100644 --- a/vcl/inc/fontmanager.hxx +++ b/vcl/inc/fontmanager.hxx @@ -339,8 +339,6 @@ public: // returns the ids of all managed fonts. void getFontList( std::list< fontID >& rFontIDs ); - // get the font list and fast font info. - void getFontListWithFastInfo( std::list< FastPrintFontInfo >& rFonts ); // get font info for a specific font bool getFontInfo( fontID nFontID, PrintFontInfo& rInfo ) const; |