diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-07 22:11:27 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-07 22:12:20 +0900 |
commit | 3312d3462318d39b90d3a30e09df08ccb20d51cc (patch) | |
tree | 3183f8603de0cf82af8a0046210c8c055ddecfbf /vcl/source/gdi/salmisc.cxx | |
parent | 56934b87937a03ccc008379f7b03bbd4f255cc02 (diff) |
removed unused defines
Change-Id: Ieaba4fe704cc588bd515b427a7f14008afea8c03
Diffstat (limited to 'vcl/source/gdi/salmisc.cxx')
-rw-r--r-- | vcl/source/gdi/salmisc.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/gdi/salmisc.cxx b/vcl/source/gdi/salmisc.cxx index cae618d26f04..4f13fbbb784d 100644 --- a/vcl/source/gdi/salmisc.cxx +++ b/vcl/source/gdi/salmisc.cxx @@ -82,9 +82,6 @@ static long ImplIndexFromColor( const BitmapColor& rCol ) #endif } - -#define COLOR_TO_INDEX( _def_rCol ) - // ------------------------ // - conversion functions - // ------------------------ |