summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity/AddFeedActivity.java
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-04-17 20:33:02 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-04-17 20:33:02 +0200
commit8b6f16b918a017426c953612a6a24d7471b5c831 (patch)
tree9353a6b51528a8dc21ae0d1078c4cf73f245dd6a /src/de/danoeh/antennapod/activity/AddFeedActivity.java
parent628103de45194d7bb126b6fbaffda07b1b0a0ae7 (diff)
downloadAntennaPod-8b6f16b918a017426c953612a6a24d7471b5c831.zip
Added fragment for adding new podcasts
Diffstat (limited to 'src/de/danoeh/antennapod/activity/AddFeedActivity.java')
-rw-r--r--src/de/danoeh/antennapod/activity/AddFeedActivity.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/de/danoeh/antennapod/activity/AddFeedActivity.java b/src/de/danoeh/antennapod/activity/AddFeedActivity.java
index a77689ddb..54eff51c5 100644
--- a/src/de/danoeh/antennapod/activity/AddFeedActivity.java
+++ b/src/de/danoeh/antennapod/activity/AddFeedActivity.java
@@ -50,7 +50,6 @@ public class AddFeedActivity extends ActionBarActivity {
etxtFeedurl.setText(getIntent().getDataString());
}
- butBrowseMiroGuide = (Button) findViewById(R.id.butBrowseMiroguide);
butBrowserGpoddernet = (Button) findViewById(R.id.butBrowseGpoddernet);
butOpmlImport = (Button) findViewById(R.id.butOpmlImport);
butConfirm = (Button) findViewById(R.id.butConfirm);