diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-16 15:27:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-16 15:28:40 +0100 |
commit | f1639ffe28865e584b42d8e652d7690a15f06297 (patch) | |
tree | 26591f395182dbe37819ed281a5e11fdc8494dc1 /vcl/win/gdi | |
parent | 5fbe5e968b866faab360327b00487b0d59cdd4f4 (diff) |
-Werror,-Wunused-function (clang-cl)
Change-Id: I19292f03c1a28eed8712dc83dc9cc0334c8f45e3
Diffstat (limited to 'vcl/win/gdi')
-rw-r--r-- | vcl/win/gdi/salfont.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/win/gdi/salfont.cxx b/vcl/win/gdi/salfont.cxx index 8bf8c547657a..7c5fd4a21074 100644 --- a/vcl/win/gdi/salfont.cxx +++ b/vcl/win/gdi/salfont.cxx @@ -662,7 +662,6 @@ sal_IntPtr WinFontFace::GetFontId() const return mnId; } -static unsigned GetUInt( const unsigned char* p ) { return((p[0]<<24)+(p[1]<<16)+(p[2]<<8)+p[3]);} static inline DWORD CalcTag( const char p[5]) { return (p[0]+(p[1]<<8)+(p[2]<<16)+(p[3]<<24)); } void WinFontFace::UpdateFromHDC( HDC hDC ) const |