From fd4c38df757ec6ca00a1fd27d208d0184926af33 Mon Sep 17 00:00:00 2001 From: Andrea Busi Date: Fri, 24 Jul 2020 18:01:28 +0200 Subject: [PATCH] refactor: Remove not used constants --- Sources/Earthquake Network/Costanti.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/Earthquake Network/Costanti.h b/Sources/Earthquake Network/Costanti.h index 10be575..0194e1d 100644 --- a/Sources/Earthquake Network/Costanti.h +++ b/Sources/Earthquake Network/Costanti.h @@ -58,13 +58,9 @@ // download reti sismiche #define URL_SERVER_DOWNLOAD_RETI_SISMICHE @"http://srv.earthquakenetwork.it/distquake_download_automatic14.php" -// Mappa locale -#define URL_SERVER_MAPPA_LOCALE_UTENTE @"https://fusiontables.googleusercontent.com/embedviz?viz=MAP&q=select+col2+from+1nEJRfnVQzL0qNA1pDc2nPDX" // Tsunami #define URL_SERVER_DOWNLOAD_TSUNAMI @"http://srv.earthquakenetwork.it/distquake_download_tsunami.php" -#define URL_SERVER_MAPPA_LOCALE @"httpS://fusiontables.googleusercontent.com/embedviz?viz=MAP&qselect+col2+from+1nEJRfnVQzL0qNA1pDc2nPDX" - // colori navigation bar #define COLORE_BARRA_NAVIGAZIONE [UIColor colorWithRed:198.0/255.0 green:213.0/255.0 blue:247.0/255.0 alpha:1.0]