commit f6933e0

wf  ·  2026-03-25 18:00:57 +0000 UTC
parent bb4b24a
Remove illogical function
2 files changed,  +0, -9
+0, -1
1@@ -25,7 +25,6 @@ static const struct command commands[] = {
2 	{ "hide",      0,  do_hide      },
3 	{ "show",      0,  do_show      },
4 	{ "close",     0,  do_close     },
5-	{ "title",     1,  do_title     },
6 	{ "geometry",  0,  get_geometry },
7 	{ "pid",       0,  get_pid      },
8 	{ "title",     0,  get_title    },
+0, -8
 1@@ -76,14 +76,6 @@ do_close(char **arg) {
 2 	return 0;
 3 }
 4 
 5-int
 6-do_title(char **arg) {
 7-	if (arg[0] == NULL) return 1;
 8-
 9-	/* TODO */
10-	return 0;
11-}
12-
13 /*
14  * window info
15  */