1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-13 22:57:37 +00:00

Remove misplaced comment

This commit is contained in:
Stypox
2021-03-17 22:07:13 +01:00
parent 21b8df0375
commit 5ffc667bea

View File

@@ -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;
}