From: Dirk Lemstra Date: Sun, 14 Jul 2019 15:07:50 +0000 (+0200) Subject: Removed unused enum. X-Git-Tag: 7.0.8-54~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=678d30139441a045d0c4a01bec9113f1e4d8edb9;p=imagemagick Removed unused enum. --- diff --git a/coders/tim2.c b/coders/tim2.c index 0631000cd..500313ad7 100644 --- a/coders/tim2.c +++ b/coders/tim2.c @@ -113,12 +113,6 @@ typedef enum RGB24=1, RGBA16=2, } TIM2ColorEncoding; - -typedef enum -{ - IDTEX8=3, - IDTEX4=4, -} TIM2IndexEncoding; /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%