diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-21 17:38:44 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-22 08:46:15 +0300 |
commit | 11e9ba6353dc42e85dddc346a174503d493bf82a (patch) | |
tree | 6e5059a83710b18aa92e09f687eda1b6862e7ca4 /vcl | |
parent | 3cd1a896d41e30294fd4113101a69432ee3cae02 (diff) |
Bin unused OUTDEV_BUFFER_SIZE
Change-Id: I14bc964e931d9ae1981e7a22e66d2699e16457f3
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/outdev.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/vcl/outdev.hxx b/vcl/inc/vcl/outdev.hxx index 284340fad474..c1459c00532e 100644 --- a/vcl/inc/vcl/outdev.hxx +++ b/vcl/inc/vcl/outdev.hxx @@ -112,9 +112,6 @@ namespace vcl class RenderGraphic; } -#define OUTDEV_BUFFER_SIZE 128 - - // --------------------- // - OutputDevice-Data - // --------------------- |