Remove unused user latitude/longitude defines.

This commit is contained in:
Oliver Jowett 2015-01-21 11:53:45 +00:00
parent 8ce92f126a
commit 7c64f27c22
3 changed files with 0 additions and 15 deletions

View file

@ -92,17 +92,6 @@
#include <rtl-sdr.h>
// ============================= #defines ===============================
//
// If you have a valid coaa.h, these values will come from it. If not,
// then you can enter your own values in the #else section here
//
#ifdef USER_LATITUDE
#define MODES_USER_LATITUDE_DFLT (USER_LATITUDE)
#define MODES_USER_LONGITUDE_DFLT (USER_LONGITUDE)
#else
#define MODES_USER_LATITUDE_DFLT (0.0)
#define MODES_USER_LONGITUDE_DFLT (0.0)
#endif
#define MODES_DEFAULT_PPM 52
#define MODES_DEFAULT_RATE 2000000