diff options
author | Robin Watts <Robin.Watts@artifex.com> | 2011-09-07 23:37:29 +0100 |
---|---|---|
committer | Robin Watts <Robin.Watts@artifex.com> | 2011-09-07 23:37:29 +0100 |
commit | 618f03fce59282255e7d251875dd1d9ff5b35bf6 (patch) | |
tree | 7b74e571bd21d963e129ec6661b479a14c6425c5 | |
parent | 6a505dc016f8d34444f7b431a220320e005df201 (diff) |
Remove unused variable introduced in last commit.
-rw-r--r-- | gs/base/gdevplan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gs/base/gdevplan.c b/gs/base/gdevplan.c index 409b54d0e..878622333 100644 --- a/gs/base/gdevplan.c +++ b/gs/base/gdevplan.c @@ -412,7 +412,6 @@ planc_map_color_rgb(gx_device * dev, gx_color_index color, { uint bitspercolor = dev->color_info.depth / 4; uint colormask = (1 << bitspercolor) - 1; - uint max_cmyk = dev->color_info.max_color; uint c, m, y, k; #define cvalue(c) ((gx_color_value)((ulong)(c) * gx_max_color_value / colormask)) |