1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-22 05:03:20 +00:00

Remove misplaced comment

This commit is contained in:
Stypox 2021-03-17 22:07:13 +01:00
parent 21b8df0375
commit 5ffc667bea
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23

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