Remove misplaced comment
This commit is contained in:
parent
21b8df0375
commit
5ffc667bea
|
@ -159,10 +159,6 @@ public class DownloadDialog extends DialogFragment
|
|||
setVideoStreams(new StreamSizeWrapper<>(videoStreams, getContext()));
|
||||
}
|
||||
|
||||
/*//////////////////////////////////////////////////////////////////////////
|
||||
// LifeCycle
|
||||
//////////////////////////////////////////////////////////////////////////*/
|
||||
|
||||
public void setVideoStreams(final StreamSizeWrapper<VideoStream> wvs) {
|
||||
this.wrappedVideoStreams = wvs;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue