Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalh committed Feb 6, 2020
1 parent ac7badc commit a41e353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -454,7 +454,7 @@ int main(int argc, char *argv[])
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
#endif
bool run = true, enable_highlights=false;
bool run = true;
int key, x, y, posx, posy;

parse_arguments(argc, argv);
Expand Down

0 comments on commit a41e353

Please sign in to comment.