From f6e5f539d6892a3a3ec77565bf85cbcdaaa2c310 Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Wed, 27 Dec 2023 10:35:49 +0100 Subject: [PATCH] Remove unused code --- Mastodon/Scene/Root/MainTab/MainTabBarController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Mastodon/Scene/Root/MainTab/MainTabBarController.swift b/Mastodon/Scene/Root/MainTab/MainTabBarController.swift index 331c84264..42faa61fc 100644 --- a/Mastodon/Scene/Root/MainTab/MainTabBarController.swift +++ b/Mastodon/Scene/Root/MainTab/MainTabBarController.swift @@ -261,7 +261,6 @@ extension MainTabBarController { placeholder: .placeholder(color: .systemFill), scaleToSize: MainTabBarController.avatarButtonSize ) - // self.avatarButton.avatarImageView.image = UIImage(named: "AppIcon") } .store(in: &disposeBag)