From 0a57f812af773733a7bf6b831148fad234e089e2 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Mon, 26 May 2014 07:00:34 +0200 Subject: remove link to manual The manual is not updated since 2011 and should not be pointed to any more. --- main/res/layout/about_help_page.xml | 16 ---------------- main/src/cgeo/geocaching/AboutActivity.java | 2 -- 2 files changed, 18 deletions(-) (limited to 'main') diff --git a/main/res/layout/about_help_page.xml b/main/res/layout/about_help_page.xml index 8444094..0439e22 100644 --- a/main/res/layout/about_help_page.xml +++ b/main/res/layout/about_help_page.xml @@ -27,22 +27,6 @@ android:textSize="14sp" /> - - @InjectView(R.id.website) protected TextView website; @InjectView(R.id.facebook) protected TextView facebook; @InjectView(R.id.twitter) protected TextView twitter; - @InjectView(R.id.nutshellmanual) protected TextView nutshellmanual; @InjectView(R.id.market) protected TextView market; @InjectView(R.id.faq) protected TextView faq; @@ -99,7 +98,6 @@ public class AboutActivity extends AbstractViewPagerActivity setClickListener(website, "http://www.cgeo.org/"); setClickListener(facebook, "http://www.facebook.com/pages/cgeo/297269860090"); setClickListener(twitter, "http://twitter.com/android_gc"); - setClickListener(nutshellmanual, "http://manual.cgeo.org/"); setClickListener(faq, "http://faq.cgeo.org/"); market.setOnClickListener(new View.OnClickListener() { -- cgit v1.1