Further updates after 5110 testing
[gnokii.git] / common / gsm-networks.c
index f0379f5..97ebb1c 100644 (file)
@@ -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 */