diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-13 08:51:05 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-13 08:51:39 +0900 |
commit | e3bc45b8079228ca25e70ac5a51b6977afd6f61e (patch) | |
tree | 0853b3b24a0b7b4f99d79a03c86d8645dc5b8284 /vcl/unx | |
parent | 5c379de9589ab819da852768a9663455dbb4a835 (diff) |
removed unused defines
Change-Id: Ida50737f540459bd0e709c49414c3a7f4d042a47
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/gdi/salbmp.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/unx/generic/gdi/salbmp.cxx b/vcl/unx/generic/gdi/salbmp.cxx index e2f9e9743ffa..46f116939c48 100644 --- a/vcl/unx/generic/gdi/salbmp.cxx +++ b/vcl/unx/generic/gdi/salbmp.cxx @@ -57,12 +57,6 @@ #include <memcheck.h> #endif -// ----------- -// - Defines - -// ----------- - -#define SAL_DRAWPIXMAP_MAX_EXT 4096 - // ------------- // - SalBitmap - // ------------- |