summaryrefslogtreecommitdiff
path: root/pico/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pico/main.c')
-rw-r--r--pico/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pico/main.c b/pico/main.c
index 1001edd1..94b60adc 100644
--- a/pico/main.c
+++ b/pico/main.c
@@ -495,10 +495,9 @@ void
display_color_codes(void)
{
#define SPACES " "
- int i, j, k, l, a, len, len_entry, row;
+ int i, k, l, a;
int ncolors;
COLOR_PAIR *lastc = NULL, *newcp;
- char *fg;
/* this is the format "SPACE COLORED_SPACES = CODE SPACE" */
vtterminalinfo(gmode & MDTCAPWINS);