changeset 402:f085a74cf050

Remove a comment to get a log message which was missing before: 1.30 -> 1.31 had the following changes: LISTDIR/control/noget option for disabling +get- command. Reshuffle the way bounces look.
author mmj
date Fri, 14 Jan 2005 03:31:08 +1100
parents c60351e368bd
children 6634137031bb
files src/listcontrol.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/listcontrol.c	Fri Jan 14 03:28:38 2005 +1100
+++ b/src/listcontrol.c	Fri Jan 14 03:31:08 2005 +1100
@@ -62,8 +62,6 @@
 	CTRL_END  /* end marker, must be last */
 };
 
-/* MMJ says that function pointers are just for show off, so I will
- * switch an enum :-)  -- mortenp 20040511 */
 struct ctrl_command {
 	char *command;
 	unsigned int accepts_parameter;