]> Pileus Git - lackey/blobdiff - src/view.c
Remove compact hotkey to avoid conflicts
[lackey] / src / view.c
index 5a800510a921dae328feb535d8361a87697eed49..cfff88e0e14a6321220cec9ce72428179bf22952 100644 (file)
@@ -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 */