RIG_MODEL_ICALL is deprecated

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1876 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.3
Stéphane Fillod, F8CFE 2004-11-15 16:54:43 +00:00
rodzic 427c9da11c
commit 74048202dc
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Interface - list of known rigs
* Copyright (c) 2000-2004 by Stephane Fillod and Frank Singleton
*
* $Id: riglist.h,v 1.48 2004-09-25 14:32:39 fillods Exp $
* $Id: riglist.h,v 1.49 2004-11-15 16:54:43 fillods 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
@ -122,7 +122,6 @@
*/
#define RIG_ICOM 3
#define RIG_BACKEND_ICOM "icom"
#define RIG_MODEL_ICALL RIG_MAKE_MODEL(RIG_ICOM, 0) /* deprecated */
#define RIG_MODEL_IC1271 RIG_MAKE_MODEL(RIG_ICOM, 1)
#define RIG_MODEL_IC1275 RIG_MAKE_MODEL(RIG_ICOM, 2)
#define RIG_MODEL_IC271 RIG_MAKE_MODEL(RIG_ICOM, 3)