From 8ca7434d656c45e16d62b67f361b1fdb1002975b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 30 Jun 2026 21:55:01 +0100 Subject: [PATCH] Remove stray leftovers. --- cmd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd.c b/cmd.c index 98abc4825..6565c36a4 100644 --- a/cmd.c +++ b/cmd.c @@ -544,7 +544,6 @@ cmd_free(struct cmd *cmd) free(cmd); } -/* Copy a command. */ /* Get a command as a string. */ char * cmd_print(struct cmd *cmd) @@ -561,7 +560,6 @@ cmd_print(struct cmd *cmd) return (out); } -/* Create a new command list. */ /* Adjust current mouse position for a pane. */ int cmd_mouse_at(struct window_pane *wp, struct mouse_event *m, u_int *xp,