summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-23 19:06:17 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 03:22:06 +1000
commit2a591848d41b4ec176a74a7f38ca0953d2ca30e7 (patch)
treee3eb4e7296c46c13126a086e9ec3481717f10460 /include
parent2bf2bc2c7f257a818f3f723780690450f1a22c50 (diff)
Remove unnecessary OUTDEV_INIT() macro in VCL's outdev.hxx
Change-Id: I0eba1f88f607ba1faf40d8507bb184bdc88085be
Diffstat (limited to 'include')
-rw-r--r--include/vcl/outdev.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 901cfbe1a4d9..93af80e604b0 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -50,22 +50,6 @@
#define GLYPH_FONT_HEIGHT 256
#endif
-#define OUTDEV_INIT() \
-{ \
- if ( !IsDeviceOutputNecessary() ) \
- return; \
- \
- if ( !mpGraphics ) \
- if ( !AcquireGraphics() ) \
- return; \
- \
- if ( mbInitClipRegion ) \
- ImplInitClipRegion(); \
- \
- if ( mbOutputClipped ) \
- return; \
-}
-
struct ImplOutDevData;
class ImplFontEntry;
struct ImplObjStack;