diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-23 01:00:50 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-23 01:02:28 +0300 |
commit | 648bbe3d648761f5e82d6ee0d40f6c5641c3a522 (patch) | |
tree | a627a2c8666134c19ab332d7cb2a513760d15321 /vcl | |
parent | 430dcc951ebe912694350c344d9835dbb42e03b6 (diff) |
Remove assertion that does not compile
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/source/gdi/salgdi3.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx index ca8cc2fee13c..fdb92969cc4b 100644 --- a/vcl/win/source/gdi/salgdi3.cxx +++ b/vcl/win/source/gdi/salgdi3.cxx @@ -1329,7 +1329,6 @@ const gr_face* ImplWinFontData::GraphiteFace() const fprintf(grLog(), "ImplWinFontData::GraphiteFace %lx has face %lx\n", (unsigned long)this, mpGraphiteData? mpGraphiteData->getFace(): 0); #endif - assert((mpGraphiteData == NULL) || (mpGraphiteData->getFontData() == this)); return (mpGraphiteData)? mpGraphiteData->getFace() : NULL; } #endif |