From 8c3bf64ebfbee10cf352ed106cccfec3414ea400 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. --- usr.bin/tmux/tmux.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 331d25367ee..dc91f24fec1 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1330 2026/06/01 18:19:51 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1331 2026/06/01 20:10:01 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1429,7 +1429,6 @@ TAILQ_HEAD(winlink_stack, winlink); enum layout_type { LAYOUT_LEFTRIGHT, LAYOUT_TOPBOTTOM, - LAYOUT_FLOATING, LAYOUT_WINDOWPANE };