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:
@@ -23,7 +23,7 @@ namespace Microsoft.Iris.Input
|
||||
protected override void Zombie()
|
||||
{
|
||||
base.Zombie();
|
||||
this._rawSource = (IRawInputSite)null;
|
||||
this._rawSource = null;
|
||||
}
|
||||
|
||||
public IRawInputSite RawSource => this._rawSource;
|
||||
|
||||
Reference in New Issue
Block a user