From c545f8f5aa2eeaac2902309d87dddb14f058dff6 Mon Sep 17 00:00:00 2001 From: "Terry Embry, KJ4EED" Date: Sun, 11 Jan 2009 17:36:24 +0000 Subject: [PATCH] removed NAM NFM git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2577 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- src/misc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/misc.c b/src/misc.c index cde6d156e..596ab264e 100644 --- a/src/misc.c +++ b/src/misc.c @@ -2,7 +2,7 @@ * Hamlib Interface - toolbox * Copyright (c) 2000-2005 by Stephane Fillod * - * $Id: misc.c,v 1.50 2009-01-08 18:51:43 mrtembry Exp $ + * $Id: misc.c,v 1.51 2009-01-11 17:36:24 mrtembry Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -277,8 +277,6 @@ static struct { { RIG_MODE_SAL, "SAL" }, { RIG_MODE_SAH, "SAH" }, { RIG_MODE_DSB, "DSB"}, - { RIG_MODE_NAM, "NAM"}, - { RIG_MODE_NFM, "NFM"}, { RIG_MODE_NONE, "" }, };