diff options
author | corvid <corvid@lavabit.com> | 2009-04-27 16:19:12 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-04-27 16:19:12 +0000 |
commit | 44ad67ce018fc05cf3c3ea6becdeca544857231b (patch) | |
tree | c5fbed811d08d1f8188791341942cdf848645a8a /src/image.cc | |
parent | 3b8078f51c75b6d9160688c544db60729df83e90 (diff) |
rm unused a_Image_set_cmap
Diffstat (limited to 'src/image.cc')
-rw-r--r-- | src/image.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/image.cc b/src/image.cc index 95a7cf8b..2dd7fc40 100644 --- a/src/image.cc +++ b/src/image.cc @@ -102,15 +102,6 @@ void a_Image_set_parms(DilloImage *Image, void *v_imgbuf, DilloUrl *url, } /* - * Reference the dicache entry color map - */ -void a_Image_set_cmap(DilloImage *Image, const uchar_t *cmap) -{ - _MSG("a_Image_set_cmap\n"); - Image->State = IMG_SetCmap; -} - -/* * Begin a new scan for a multiple-scan image */ void a_Image_new_scan(DilloImage *Image, void *v_imgbuf) |