diff options
Diffstat (limited to 'gs/base/gscolor2.c')
-rw-r--r-- | gs/base/gscolor2.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gs/base/gscolor2.c b/gs/base/gscolor2.c index 47d59c00c..0d066f006 100644 --- a/gs/base/gscolor2.c +++ b/gs/base/gscolor2.c @@ -220,7 +220,6 @@ static RELOC_PTRS_WITH(cs_Indexed_reloc_ptrs, gs_color_space *pcs) } RELOC_PTRS_END - /* Color space installation for an Indexed color space. */ static int @@ -574,7 +573,6 @@ gs_cspace_indexed_lookup_bytes(const gs_color_space *pcs, float index_float, } } - /* Look up an index in an Indexed color space, return value as frac value(s). */ int gs_cspace_indexed_lookup_frac(const gs_color_space *pcs, float index_float, @@ -648,9 +646,6 @@ gs_cspace_indexed_lookup_frac(const gs_color_space *pcs, float index_float, } } - - - /* Look up with restriction */ int @@ -667,7 +662,6 @@ gs_indexed_limit_and_lookup(const gs_client_color * pc,const gs_color_space *pcs } - /* ---------------- Serialization. -------------------------------- */ static int |