cleanup last commit

This commit is contained in:
CasualPokePlayer 2024-09-17 23:43:54 -07:00
parent 060670b87b
commit 5d6106ca57
1 changed files with 0 additions and 7 deletions

View File

@ -359,13 +359,6 @@ namespace BizHawk.Bizware.Graphics
public void Discard()
=> ResetDrawList();
protected enum BlendState
{
NoBlending,
AlphaBlending,
NormalBlending,
}
protected bool EnableBlending { get; private set; }
private bool _pendingBlendEnable;