mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 22:20:18 +00:00
Remove useless GetHashCode
This commit is contained in:
parent
0f54b79682
commit
168c1753de
1 changed files with 0 additions and 13 deletions
|
@ -69,18 +69,5 @@ namespace Ryujinx.Audio.Renderer.Utils.Math
|
||||||
|
|
||||||
return m;
|
return m;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override readonly int GetHashCode()
|
|
||||||
{
|
|
||||||
HashCode hash = default;
|
|
||||||
|
|
||||||
hash.Add(M11);
|
|
||||||
hash.Add(M12);
|
|
||||||
|
|
||||||
hash.Add(M21);
|
|
||||||
hash.Add(M22);
|
|
||||||
|
|
||||||
return hash.ToHashCode();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue