mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 00:06:07 +00:00
Some unused code, GitHub issue 1219.
This commit is contained in:
@@ -588,8 +588,6 @@ cmd_find_get_pane_with_window(struct cmd_find_state *fs, const char *pane)
|
||||
|
||||
/* Try special characters. */
|
||||
if (strcmp(pane, "!") == 0) {
|
||||
if (fs->w->last == NULL)
|
||||
return (-1);
|
||||
fs->wp = fs->w->last;
|
||||
if (fs->wp == NULL)
|
||||
return (-1);
|
||||
|
||||
Reference in New Issue
Block a user