diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-03-13 19:18:47 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-03-13 19:41:47 +0200 |
commit | 21a060a0ca597bce8dc6f73190ca48293164aaf7 (patch) | |
tree | e329d8b870f39c18dba20e9ee9643fd60892f9fc /vcl/win | |
parent | 35067628a2e2353f1a1b22051efe0b20377419bf (diff) |
Bin leftover debugging fprintf with reference to some mysterious 'grLog()'
Change-Id: I6b9423db247583ff1dcbd469db5dfab7f89e7457
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/gdi/salfont.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/win/gdi/salfont.cxx b/vcl/win/gdi/salfont.cxx index e9bc2390bc01..b5ce2924515b 100644 --- a/vcl/win/gdi/salfont.cxx +++ b/vcl/win/gdi/salfont.cxx @@ -639,9 +639,6 @@ WinFontFace::WinFontFace( const FontAttributes& rDFS, mbAliasSymbolsHigh = true; } } -#ifdef DEBUG - fprintf(grLog(), "WinFontFace::WinFontFace() %lx\n", (unsigned long)this); -#endif } WinFontFace::~WinFontFace() |