mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 09:39:03 -04:00
menu poc: remove unused variable
This commit is contained in:
parent
7d80e81a27
commit
1ccfd9b962
@ -116,8 +116,6 @@ int main(void){
|
||||
int dimy, dimx;
|
||||
struct ncplane* n = notcurses_stddim_yx(nc, &dimy, &dimx);
|
||||
|
||||
int averr;
|
||||
|
||||
uint64_t channels = 0;
|
||||
channels_set_fg(&channels, 0x88aa00);
|
||||
channels_set_bg(&channels, 0x000088);
|
||||
|
Loading…
x
Reference in New Issue
Block a user