From 9725a0b9bf04414feee5db60ef90dbc4e06031c0 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 1 Jun 2026 20:10:01 +0000 Subject: [PATCH] Remove the actual LAYOUT_FLOATING enum member. --- tmux.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tmux.h b/tmux.h index 456c1666..86dc6bbc 100644 --- a/tmux.h +++ b/tmux.h @@ -1429,7 +1429,6 @@ TAILQ_HEAD(winlink_stack, winlink); enum layout_type { LAYOUT_LEFTRIGHT, LAYOUT_TOPBOTTOM, - LAYOUT_FLOATING, LAYOUT_WINDOWPANE };