diff options
author | blafoo <github@blafoo.de> | 2012-02-11 19:54:08 +0100 |
---|---|---|
committer | blafoo <github@blafoo.de> | 2012-02-11 19:54:08 +0100 |
commit | 14ba46c805858046029941e36be6a7277e49bff2 (patch) | |
tree | 88ec2c1b99dd50c49a87038d4d75b57d6c9d0255 /main/src/cgeo/geocaching/GCConstants.java | |
parent | 2e29346049143679dcd8ab7bd69a51bd5789f8ae (diff) | |
download | cgeo-14ba46c805858046029941e36be6a7277e49bff2.zip cgeo-14ba46c805858046029941e36be6a7277e49bff2.tar.gz cgeo-14ba46c805858046029941e36be6a7277e49bff2.tar.bz2 |
Relocated constants to new class Constants
Diffstat (limited to 'main/src/cgeo/geocaching/GCConstants.java')
-rw-r--r-- | main/src/cgeo/geocaching/GCConstants.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/src/cgeo/geocaching/GCConstants.java b/main/src/cgeo/geocaching/GCConstants.java index a37b264..6127a7f 100644 --- a/main/src/cgeo/geocaching/GCConstants.java +++ b/main/src/cgeo/geocaching/GCConstants.java @@ -13,9 +13,6 @@ import java.util.regex.Pattern; */ public final class GCConstants { - /** Number of logs to retrieve from GC.com */ - public final static int NUMBER_OF_LOGS = 35; - /** * Patterns for parsing the result of a (detailed) search */ |