summaryrefslogtreecommitdiff
path: root/src/actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/actions.c b/src/actions.c
index 692edf6..72d1507 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -5100,14 +5100,6 @@ cmd_gnumber (int interactive UNUSED, struct cmdarg **args)
struct numset *g_numset = group_get_numset();
-/* FIXME Implement this. */
-// if (args[0] == NULL)
-// {
-// /* XXX: Fix this. */
-// print_window_information (rp_current_group, current_window());
-// return cmdret_new (RET_SUCCESS, NULL);
-// }
-
/* Gather the args. */
new_number = ARG(0,number);
if (args[1])