Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Casanowow Life for love
VLC-Android
Commits
b203f772
Commit
b203f772
authored
Apr 26, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused variable
parent
ce5be255
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vlc-android/src/org/videolan/vlc/gui/audio/AudioPlayerActivity.java
...d/src/org/videolan/vlc/gui/audio/AudioPlayerActivity.java
+0
-2
No files found.
vlc-android/src/org/videolan/vlc/gui/audio/AudioPlayerActivity.java
View file @
b203f772
...
...
@@ -50,7 +50,6 @@ public class AudioPlayerActivity extends Activity implements IAudioPlayer {
private
TextView
mTime
;
private
TextView
mLength
;
private
ImageButton
mPlayPause
;
private
ImageButton
mStop
;
private
ImageButton
mNext
;
private
ImageButton
mPrevious
;
private
ImageButton
mShuffle
;
...
...
@@ -81,7 +80,6 @@ public class AudioPlayerActivity extends Activity implements IAudioPlayer {
mTime
=
(
TextView
)
findViewById
(
R
.
id
.
time
);
mLength
=
(
TextView
)
findViewById
(
R
.
id
.
length
);
mPlayPause
=
(
ImageButton
)
findViewById
(
R
.
id
.
play_pause
);
mStop
=
(
ImageButton
)
findViewById
(
R
.
id
.
stop
);
mNext
=
(
ImageButton
)
findViewById
(
R
.
id
.
next
);
mPrevious
=
(
ImageButton
)
findViewById
(
R
.
id
.
previous
);
mShuffle
=
(
ImageButton
)
findViewById
(
R
.
id
.
shuffle
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment