diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-09 13:33:19 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-09 13:37:08 +0300 |
commit | 96f79ea7c326db138aa3188e129c6e9b4d78cbaa (patch) | |
tree | 8dfdd6fad4ba9fec52d82c1a8e1fec655b310f5d /vcl | |
parent | 0947d09c8aa71e5c413a3b637d6402b0f41239e1 (diff) |
GNG_VERT_HACK has been hardcoded since 2004, so why bother with ifdefs
Change-Id: I629a8af49d95b46390e5fe72f44f92a89379b57a
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/win/salgdi.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 1f279f36e69e..698bf579176d 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -53,10 +53,6 @@ class ImplFontAttrCache; #define RGB_TO_PALRGB(nRGB) ((nRGB)|0x02000000) #define PALRGB_TO_RGB(nPalRGB) ((nPalRGB)&0x00ffffff) -// win32 platform specific options. Move them to the PMK file? - -#define GNG_VERT_HACK - #ifdef ENABLE_GRAPHITE class RawFontData; class GrFontData @@ -144,7 +140,6 @@ private: void ReadCmapTable( HDC ) const; void GetFontCapabilities( HDC hDC ) const; -#ifdef GNG_VERT_HACK void ReadGsubTable( HDC ) const; typedef boost::unordered_set<sal_UCS4> UcsHashSet; @@ -153,7 +148,6 @@ private: public: bool HasGSUBstitutions( HDC ) const; bool IsGSUBstituted( sal_UCS4 ) const; -#endif // GNG_VERT_HACK }; // ------------------ |