mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
poc sgr: purge unused variable
This commit is contained in:
parent
1d0e2d6fd6
commit
f9c85442cd
@ -33,7 +33,6 @@ pivot_on(int pivot, int* sgrs, int sgrcount){
|
||||
int main(int argc, char** argv){
|
||||
setlocale(LC_ALL, "");
|
||||
const char* sgr;
|
||||
char** a;
|
||||
if(setupterm(NULL, -1, NULL)){
|
||||
fprintf(stderr, "Error initializing terminal\n");
|
||||
return EXIT_FAILURE;
|
||||
|
Loading…
Reference in New Issue
Block a user