X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fgsm-networks.c;h=97ebb1cebd120324d8dd91a62a18b6febf196dbd;hp=f0379f5870dbab9b75e521e88a983e45900cc0b5;hb=75fee3944a3fa77dae48012152a9d70f2145f148;hpb=1308f71aec90573524f8bf86077552e519784400 diff --git a/common/gsm-networks.c b/common/gsm-networks.c index f0379f5..97ebb1c 100644 --- a/common/gsm-networks.c +++ b/common/gsm-networks.c @@ -18,8 +18,6 @@ #include "gsm-networks.h" #include "gsm-coding.h" -#ifndef UCLINUX - static GSM_Country GSM_Countries[] = { { "202", "Greece" }, @@ -484,5 +482,3 @@ void DecodeNetworkCode(unsigned char* buffer, unsigned char* output) output[4]=output[3]; output[3]=' '; } - -#endif /* UCLINUX */