mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Remove unused locationOnScreen variable
This commit is contained in:
parent
088938c9ab
commit
dfde3df2c2
1 changed files with 0 additions and 2 deletions
|
|
@ -196,7 +196,6 @@ public class DefaultTimeBar extends View implements TimeBar {
|
|||
private final Formatter formatter;
|
||||
private final Runnable stopScrubbingRunnable;
|
||||
private final CopyOnWriteArraySet<OnScrubListener> listeners;
|
||||
private final int[] locationOnScreen;
|
||||
private final Point touchPosition;
|
||||
private final float density;
|
||||
|
||||
|
|
@ -248,7 +247,6 @@ public class DefaultTimeBar extends View implements TimeBar {
|
|||
scrubberPaint = new Paint();
|
||||
scrubberPaint.setAntiAlias(true);
|
||||
listeners = new CopyOnWriteArraySet<>();
|
||||
locationOnScreen = new int[2];
|
||||
touchPosition = new Point();
|
||||
|
||||
// Calculate the dimensions and paints for drawn elements.
|
||||
|
|
|
|||
Loading…
Reference in a new issue