From 6cfd953179fcec6508d3ccf52a1d068f65a60ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Fri, 31 Oct 2008 22:25:38 +0000 Subject: [PATCH] fix duplicate initializer git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2442 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- yaesu/ft817.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/yaesu/ft817.c b/yaesu/ft817.c index e3f41ca94..66d11b803 100644 --- a/yaesu/ft817.c +++ b/yaesu/ft817.c @@ -11,7 +11,7 @@ * copied back and adopted for the FT-817. * * - * $Id: ft817.c,v 1.16 2008-01-05 16:47:35 csete Exp $ + * $Id: ft817.c,v 1.17 2008-10-31 22:25:38 fillods Exp $ * * * This library is free software; you can redistribute it and/or @@ -309,8 +309,6 @@ const struct rig_caps ft817_caps = { .get_tone = NULL, .set_ctcss_tone = ft817_set_ctcss_tone, .get_ctcss_tone = NULL, - .set_tone = NULL, - .get_tone = NULL, .set_dcs_sql = ft817_set_dcs_sql, .get_dcs_sql = NULL, .set_tone_sql = NULL,