altos/telefireone-v2.0: Remove build of ao_product.h from Makefile
[fw/altos] / altoslib / AltosVersion.java.in
index c8399f2ec8419db637a2c2d183ab7a59747ab887..6b660bb5494613ec442371cbb63ecf69808b5e2d 100644 (file)
  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
 
-package org.altusmetrum.altoslib_12;
+package org.altusmetrum.altoslib_13;
 
 public class AltosVersion {
        public final static String version = "@VERSION@";
-
-       public final static String google_maps_api_key = "@GOOGLEKEY@";
-
-       public static boolean has_google_maps_api_key() {
-               return google_maps_api_key != null && google_maps_api_key.length() > 1;
-       }
 }