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