diff options
author | Bdale Garbee <bdale@gag.com> | 2018-10-08 17:52:22 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2018-10-08 17:52:22 -0600 |
commit | 2450e69d3afd3345a6e5f7ca133d929fbdcfdf53 (patch) | |
tree | c04aa34bdecbf909dbeea8854390364bf140e7ca /altoslib/AltosVersion.java.in | |
parent | 449ed72371f80f03dcc5dcf66af5c9465e7ed57e (diff) | |
parent | 5a86ff43a2b4a90dbddc1bba48019626e1b83e10 (diff) |
Merge branch 'branch-1.8' into debian
Diffstat (limited to 'altoslib/AltosVersion.java.in')
-rw-r--r-- | altoslib/AltosVersion.java.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/altoslib/AltosVersion.java.in b/altoslib/AltosVersion.java.in index c8399f2e..6b660bb5 100644 --- a/altoslib/AltosVersion.java.in +++ b/altoslib/AltosVersion.java.in @@ -16,14 +16,8 @@ * 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; - } } |