mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
remove unused function get_p2 from sixel.c
This commit is contained in:
parent
0bfef5b0ef
commit
b50bab7880
@ -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){
|
||||||
|
Loading…
Reference in New Issue
Block a user