Noesis / Managed

NoesisGUI Managed SDK
Other
98 stars 14 forks source link

Redundant code #5

Closed aienabled closed 3 years ago

aienabled commented 3 years ago

Hi guys, these two lines could be safely removed as there is no read access to this property (it's only assigned): https://github.com/Noesis/Managed/blob/a8340f6b90240efae6ec8f91a303cd3585d6f0a0/Src/Noesis/Core/Src/Proxies/DependencyPropertyExtend.cs#L59

https://github.com/Noesis/Managed/blob/a8340f6b90240efae6ec8f91a303cd3585d6f0a0/Src/Noesis/Core/Src/Proxies/DependencyPropertyExtend.cs#L85

Regards!

s-fernandez-v commented 3 years ago

Yes, I already noticed that when integrating your DP resurrection code. Thanks anyway for pointing it out.