diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-18 19:40:50 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-18 21:32:59 +0100 |
commit | 7bf5fa1dea5165c1b3e7c15e6bd6787aeb9e86be (patch) | |
tree | e7c7f873e2ab6d427a9105c48fccdee7b59fc788 /vcl/inc | |
parent | 949214fab82258f919b2668bd7d1b57d562feaf7 (diff) |
vcl: remove some more unused windows code
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/win/saldata.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/win/saldata.hxx b/vcl/inc/win/saldata.hxx index a38a6f7b0c65..bc07017324b6 100644 --- a/vcl/inc/win/saldata.hxx +++ b/vcl/inc/win/saldata.hxx @@ -240,7 +240,6 @@ void ImplSalPostDispatchMsg( MSG* pMsg, LRESULT nDispatchResult ); // \WIN\SOURCE\GDI\SALGDI3.CXX void ImplSalLogFontToFontW( HDC hDC, const LOGFONTW& rLogFont, Font& rFont ); -bool ImplIsFontAvailable( HDC hDC, const UniString& rName ); // \WIN\SOURCE\APP\SALDATA.CXX rtl_TextEncoding ImplSalGetSystemEncoding(); |