X-Git-Url: http://pileus.org/git/?p=lackey;a=blobdiff_plain;f=src%2Fview.c;fp=src%2Fview.c;h=cfff88e0e14a6321220cec9ce72428179bf22952;hp=5a800510a921dae328feb535d8361a87697eed49;hb=8a25ed009d64fc7a49a3e4d0e44ea2ee91ddf01d;hpb=c104b1f201f243dabb18cbd712b20a8351d269be diff --git a/src/view.c b/src/view.c index 5a80051..cfff88e 100644 --- a/src/view.c +++ b/src/view.c @@ -231,12 +231,6 @@ static int process(int key, mmask_t btn, int row, int col) return set_view(active, NULL); case '?': // help return set_view(active, &help_view); - case 'c': - COMPACT ^= 1; - set_bool("view", 0, "compact", COMPACT); - update_sizes(); - draw_view(); - return 1; } /* Pass key to active view */