aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/network
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2013-10-05 16:40:12 +0200
committerBananeweizen <Bananeweizen@gmx.de>2013-10-05 16:40:12 +0200
commit2fc7bcde91578f7132a0503d4f14c1ad8242b21d (patch)
tree284a23f3e35e5756440f15230d1083aefb705b08 /main/src/cgeo/geocaching/network
parent48dab7615f8ffe60a55441373dbd0632b9b6c3d7 (diff)
downloadcgeo-2fc7bcde91578f7132a0503d4f14c1ad8242b21d.zip
cgeo-2fc7bcde91578f7132a0503d4f14c1ad8242b21d.tar.gz
cgeo-2fc7bcde91578f7132a0503d4f14c1ad8242b21d.tar.bz2
refactoring: remove unused code
Diffstat (limited to 'main/src/cgeo/geocaching/network')
-rw-r--r--main/src/cgeo/geocaching/network/OAuthAuthorizationActivity.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/src/cgeo/geocaching/network/OAuthAuthorizationActivity.java b/main/src/cgeo/geocaching/network/OAuthAuthorizationActivity.java
index 8a1002c..888cf77 100644
--- a/main/src/cgeo/geocaching/network/OAuthAuthorizationActivity.java
+++ b/main/src/cgeo/geocaching/network/OAuthAuthorizationActivity.java
@@ -321,8 +321,4 @@ public abstract class OAuthAuthorizationActivity extends AbstractActivity {
protected String getAuthAuthorize() {
return res.getString(R.string.auth_authorize, getAuthTitle());
}
-
- protected String getAuthFinish() {
- return res.getString(R.string.auth_finish, getAuthTitle());
- }
}