=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/popup.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- src/usr.bin/tmux/popup.c 2021/10/20 09:50:40 1.39 +++ src/usr.bin/tmux/popup.c 2021/10/20 09:52:27 1.40 @@ -1,4 +1,4 @@ -/* $OpenBSD: popup.c,v 1.39 2021/10/20 09:50:40 nicm Exp $ */ +/* $OpenBSD: popup.c,v 1.40 2021/10/20 09:52:27 nicm Exp $ */ /* * Copyright (c) 2020 Nicholas Marriott @@ -780,7 +780,6 @@ xasprintf(&cmd, "%s %s", editor, path); if (popup_display(POPUP_INTERNAL|POPUP_CLOSEEXIT, BOX_LINES_DEFAULT, - // TODO: Helpful to use path as a title? NULL, px, py, sx, sy, NULL, cmd, 0, NULL, _PATH_TMP, NULL, c, NULL, popup_editor_close_cb, pe) != 0) { popup_editor_free(pe);