[Android] Remove dead code

Geoffrey Métais git at videolan.org
Tue Nov 10 19:01:02 CET 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Nov 10 18:46:14 2015 +0100| [622b5e80f0594d56b7acb7ea374783c6c18e1519] | committer: Geoffrey Métais

Remove dead code

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=622b5e80f0594d56b7acb7ea374783c6c18e1519
---

 vlc-android/res/layout/player_hud.xml |    2 --
 1 file changed, 2 deletions(-)

diff --git a/vlc-android/res/layout/player_hud.xml b/vlc-android/res/layout/player_hud.xml
index e4f9d99..5f7795c 100644
--- a/vlc-android/res/layout/player_hud.xml
+++ b/vlc-android/res/layout/player_hud.xml
@@ -91,7 +91,6 @@
             android:clickable="true"
             android:focusable="true"
             android:longClickable="true"
-            android:onClick="onRewindClick"
             android:scaleType="center"
             android:src="@drawable/ic_rewind_circle"
             android:visibility="gone" />
@@ -112,7 +111,6 @@
             android:layout_height="match_parent"
             android:layout_weight="1"
             android:clickable="true"
-            android:onClick="onForwardClick"
             android:longClickable="true"
             android:src="@drawable/ic_forward_circle"
             android:scaleType="center"



More information about the Android mailing list