From db0d861981b29de846b59f118a3e82bc3c91c66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 17 May 2004 20:59:41 +0000 Subject: [PATCH] cleanup git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1736 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- tests/rotctl.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/tests/rotctl.c b/tests/rotctl.c index adb1b1275..013fc71ea 100644 --- a/tests/rotctl.c +++ b/tests/rotctl.c @@ -1,11 +1,11 @@ /* - * rotctl.c - (C) Stephane Fillod 2000-2003 + * rotctl.c - (C) Stephane Fillod 2000-2004 * * This program test/control a rotator using Hamlib. * It takes commands in interactive mode as well as * from command line options. * - * $Id: rotctl.c,v 1.7 2003-04-07 20:54:18 fillods Exp $ + * $Id: rotctl.c,v 1.8 2004-05-17 20:59:41 fillods Exp $ * * * This program is free software; you can redistribute it and/or @@ -79,15 +79,6 @@ void list_models(); static int print_conf_list(const struct confparams *cfp, rig_ptr_t data); int set_conf(ROT *my_rot, char *conf_parms); -rmode_t parse_mode(const char *s); -vfo_t parse_vfo(const char *s); -setting_t parse_func(const char *s); -setting_t parse_level(const char *s); -setting_t parse_parm(const char *s); -vfo_op_t parse_vfo_op(const char *s); -scan_t parse_scan(const char *s); -rptr_shift_t parse_rptr_shift(const char *s); - #define declare_proto_rot(f) static int (f)(ROT *rot, int interactive, \ const struct test_table *cmd, const char *arg1, \ const char *arg2, const char *arg3)