summaryrefslogtreecommitdiffstats
path: root/cmd-move-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-move-window.c')
-rw-r--r--cmd-move-window.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmd-move-window.c b/cmd-move-window.c
index f43d7593..c0ee7bdf 100644
--- a/cmd-move-window.c
+++ b/cmd-move-window.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-move-window.c,v 1.7 2009-07-14 06:43:32 nicm Exp $ */
+/* $Id: cmd-move-window.c,v 1.8 2009-07-28 22:12:16 tcunha Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -35,8 +35,6 @@ const struct cmd_entry cmd_move_window_entry = {
cmd_srcdst_init,
cmd_srcdst_parse,
cmd_move_window_exec,
- cmd_srcdst_send,
- cmd_srcdst_recv,
cmd_srcdst_free,
cmd_srcdst_print
};