aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/exoplayer/text/SubtitleView.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/exoplayer/text/SubtitleView.java')
-rw-r--r--src/com/android/exoplayer/text/SubtitleView.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/com/android/exoplayer/text/SubtitleView.java b/src/com/android/exoplayer/text/SubtitleView.java
index b1161f22..37926eda 100644
--- a/src/com/android/exoplayer/text/SubtitleView.java
+++ b/src/com/android/exoplayer/text/SubtitleView.java
@@ -39,14 +39,12 @@ import java.util.ArrayList;
/**
* Since this class does not exist in recent version of ExoPlayer and used by
- * {@link com.google.android.tv.tuner.cc.CaptionWindowLayout}, this class is copied from
+ * {@link com.android.tv.tuner.cc.CaptionWindowLayout}, this class is copied from
* older version of ExoPlayer.
* A view for rendering a single caption.
*/
@Deprecated
public class SubtitleView extends View {
- // TODO: Change usage of this class to up-to-date class of ExoPlayer.
-
/**
* Ratio of inner padding to font size.
*/