summaryrefslogtreecommitdiffstats
path: root/window.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-02-22 08:01:22 +0000
committerThomas Adam <thomas@xteddy.org>2021-02-22 08:01:22 +0000
commitcb7e6698f3241cecfac31a045b907988a4c286f1 (patch)
treef1be1377641c3495ae0635e15cd96baa91431ce1 /window.c
parent742e67080586e212f3c6adbdc1c59bf56b0712b1 (diff)
parente858270006a9041b9016ed9e6cc12d622ac8fe31 (diff)
Merge branch 'obsd-master' into master
Diffstat (limited to 'window.c')
-rw-r--r--window.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/window.c b/window.c
index 0ff09d62..a41385ce 100644
--- a/window.c
+++ b/window.c
@@ -61,17 +61,6 @@ static u_int next_window_pane_id;
static u_int next_window_id;
static u_int next_active_point;
-/* List of window modes. */
-const struct window_mode *all_window_modes[] = {
- &window_buffer_mode,
- &window_client_mode,
- &window_clock_mode,
- &window_copy_mode,
- &window_tree_mode,
- &window_view_mode,
- NULL
-};
-
struct window_pane_input_data {
struct cmdq_item *item;
u_int wp;