remove unused function get_p2 from sixel.c

pull/1792/head
nick black 3 years ago
parent 0bfef5b0ef
commit b50bab7880

@ -125,11 +125,6 @@ change_p2(char* sixel, sixel_p2_e value){
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]
static inline char
ss(unsigned rgb, unsigned char mask){

Loading…
Cancel
Save