Remove excess var nullification

This commit is contained in:
Bleak Grey 2020-10-19 00:51:59 +03:00
parent aaebd94085
commit 5c0d98af9f
1 changed files with 0 additions and 2 deletions

View File

@ -39,8 +39,6 @@ public class Tootle.Widgets.Avatar : Bin {
if (cached != null)
cache.unload (ref cached);
cached = null;
if (account != null)
cache.load (account.avatar, on_cache_result);
else