diff options
author | Chris "Koying" Browet <cbro@semperpax.com> | 2012-11-26 15:09:06 +0100 |
---|---|---|
committer | Chris "Koying" Browet <cbro@semperpax.com> | 2012-11-29 13:08:03 +0100 |
commit | ce7fe441f5df8e33037e0c99f7824cd759bc391b (patch) | |
tree | f2e6f2e96f8fc0bce383afb15e995b119b61f236 /tools/android | |
parent | 6338c9fe829e8914f03cde3e6e9e11cdca5d4e07 (diff) |
[droid] remove obsolete stubs
Diffstat (limited to 'tools/android')
-rw-r--r-- | tools/android/packaging/xbmc/res/layout/main.xml | 12 | ||||
-rw-r--r-- | tools/android/packaging/xbmc/src/org/xbmc/xbmc/xbmc.java | 3 |
2 files changed, 0 insertions, 15 deletions
diff --git a/tools/android/packaging/xbmc/res/layout/main.xml b/tools/android/packaging/xbmc/res/layout/main.xml deleted file mode 100644 index bc12cd8231..0000000000 --- a/tools/android/packaging/xbmc/res/layout/main.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:orientation="vertical" > - - <TextView - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:text="@string/hello" /> - -</LinearLayout>
\ No newline at end of file diff --git a/tools/android/packaging/xbmc/src/org/xbmc/xbmc/xbmc.java b/tools/android/packaging/xbmc/src/org/xbmc/xbmc/xbmc.java deleted file mode 100644 index 0013512cf9..0000000000 --- a/tools/android/packaging/xbmc/src/org/xbmc/xbmc/xbmc.java +++ /dev/null @@ -1,3 +0,0 @@ -package org.xbmc.xbmc; - -class xbmc{}
\ No newline at end of file |