mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 10:22:29 +00:00
Remove stray leftovers.
This commit is contained in:
2
cmd.c
2
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,
|
||||
|
||||
Reference in New Issue
Block a user