diff options
Diffstat (limited to 'vcl/inc/quartz/salgdi.h')
-rw-r--r-- | vcl/inc/quartz/salgdi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index c009c56e388b..722d368a5ffc 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -158,9 +158,7 @@ protected: AquaSalFrame* mpFrame; CGLayerRef mxLayer; // Quartz graphics layer CGContextRef mrContext; // Quartz drawing context -#if OSL_DEBUG_LEVEL > 0 int mnContextStackDepth; -#endif class XorEmulation* mpXorEmulation; int mnXorMode; // 0: off 1: on 2: invert only int mnWidth; |