mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Removed unnecessary casts
This commit is contained in:
@@ -43,8 +43,8 @@ namespace Microsoft.Iris.Input
|
||||
protected override void Zombie()
|
||||
{
|
||||
base.Zombie();
|
||||
this._naturalHit = (IRawInputSite)null;
|
||||
this._naturalTarget = (ICookedInputSite)null;
|
||||
this._naturalHit = null;
|
||||
this._naturalTarget = null;
|
||||
}
|
||||
|
||||
public uint NativeMessageID => this._nativeMessageID;
|
||||
|
||||
Reference in New Issue
Block a user