Patch from Julian Foad:

Remove unused static function (warning because it cannot possibly be used).
This commit is contained in:
david
2002-06-28 15:53:58 +00:00
parent 96a396bfcb
commit a6291b286c

View File

@@ -1293,6 +1293,7 @@ static bool isVisibility( char **visblty, Decoded_METAR *Mptr,
/* None. */
/* */
/********************************************************************/
#if 0
static bool vrblVsby( char *string1, char *string2,
Decoded_METAR *Mptr, int *NDEX )
{
@@ -1368,6 +1369,7 @@ static bool vrblVsby( char *string1, char *string2,
}
}
#endif
/********************************************************************/