summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-copy-mode.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2013-10-10 12:00:18 +0000
committernicm <nicm@openbsd.org>2013-10-10 12:00:18 +0000
commit1fe07f53781f00c276628c358e88053fad77e915 (patch)
treeb810e4d7bda1c5f43d3aadab3b26651804dcb3d6 /usr.bin/tmux/cmd-copy-mode.c
parentClear window->flags when clearing winlinks (diff)
downloadwireguard-openbsd-1fe07f53781f00c276628c358e88053fad77e915.tar.xz
wireguard-openbsd-1fe07f53781f00c276628c358e88053fad77e915.zip
Remove the barely-used and unnecessary command check() function.
Diffstat (limited to 'usr.bin/tmux/cmd-copy-mode.c')
-rw-r--r--usr.bin/tmux/cmd-copy-mode.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-copy-mode.c b/usr.bin/tmux/cmd-copy-mode.c
index 2f5272f94e6..63c9719f457 100644
--- a/usr.bin/tmux/cmd-copy-mode.c
+++ b/usr.bin/tmux/cmd-copy-mode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-copy-mode.c,v 1.15 2013/03/28 15:07:42 nicm Exp $ */
+/* $OpenBSD: cmd-copy-mode.c,v 1.16 2013/10/10 12:00:19 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -33,7 +33,6 @@ const struct cmd_entry cmd_copy_mode_entry = {
"[-u] " CMD_TARGET_PANE_USAGE,
0,
cmd_copy_mode_key_binding,
- NULL,
cmd_copy_mode_exec
};