remove unused function get_p2 from sixel.c

This commit is contained in:
nick black 2021-06-18 14:07:39 -03:00
parent 0bfef5b0ef
commit b50bab7880

View File

@ -125,11 +125,6 @@ change_p2(char* sixel, sixel_p2_e value){
sixel[4] = value + '0'; sixel[4] = value + '0';
} }
static inline sixel_p2_e
get_p2(const char* sixel){
return sixel[4] - '0';
}
// take (8-bit rgb value & mask) to sixelspace [0..100] // take (8-bit rgb value & mask) to sixelspace [0..100]
static inline char static inline char
ss(unsigned rgb, unsigned char mask){ ss(unsigned rgb, unsigned char mask){