Remove stray leftovers.

This commit is contained in:
Nicholas Marriott
2026-06-30 21:55:01 +01:00
parent a9cff084c0
commit 8ca7434d65

2
cmd.c
View File

@@ -544,7 +544,6 @@ cmd_free(struct cmd *cmd)
free(cmd); free(cmd);
} }
/* Copy a command. */
/* Get a command as a string. */ /* Get a command as a string. */
char * char *
cmd_print(struct cmd *cmd) cmd_print(struct cmd *cmd)
@@ -561,7 +560,6 @@ cmd_print(struct cmd *cmd)
return (out); return (out);
} }
/* Create a new command list. */
/* Adjust current mouse position for a pane. */ /* Adjust current mouse position for a pane. */
int int
cmd_mouse_at(struct window_pane *wp, struct mouse_event *m, u_int *xp, cmd_mouse_at(struct window_pane *wp, struct mouse_event *m, u_int *xp,