Remove weird code

This commit is contained in:
Dean Herbert 2022-04-27 19:20:08 +09:00
parent 26f34e8fb9
commit e9ec406046
1 changed files with 0 additions and 5 deletions

View File

@ -28,11 +28,6 @@ public DownloadProgressBar(IBeatmapSetInfo beatmapSet)
},
downloadTracker = new BeatmapDownloadTracker(beatmapSet),
};
AddInternal(progressBar = new ProgressBar(false)
{
Height = 0,
Alpha = 0,
});
AutoSizeAxes = Axes.Y;
RelativeSizeAxes = Axes.X;