mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Remove unused variable
This commit is contained in:
@ -19,9 +19,8 @@ namespace osu.Game.Tests.Visual.Online
|
||||
public TestSceneRankingsCountryFilter()
|
||||
{
|
||||
var countryBindable = new Bindable<Country>();
|
||||
CountryFilter filter;
|
||||
|
||||
Add(filter = new CountryFilter
|
||||
Add(new CountryFilter
|
||||
{
|
||||
Country = { BindTarget = countryBindable }
|
||||
});
|
||||
|
Reference in New Issue
Block a user