Remove unnecessary set.

This commit is contained in:
Dean Herbert 2017-03-16 17:02:37 +09:00
parent 1a7c2eda5e
commit 93c0fe5140
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
1 changed files with 0 additions and 7 deletions

View File

@ -45,12 +45,5 @@ public Color4 AccentColour
item.AccentColour = value;
}
}
protected override void Update()
{
base.Update();
DropDown.HeaderHeight = DrawHeight;
}
}
}