Skip to content

Commit 5231ad4

Browse files
fav icon NA notfound, commented unused code..
to be deleted later if we dont get error in 1 month from same place.
1 parent 14a3d41 commit 5231ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Managers/FavIconManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ internal static class FavIconManager {
4545
private static readonly HttpClient httpClient = new HttpClient() { Timeout = TimeSpan.FromSeconds(5) };
4646

4747

48-
static byte[] NotFound_favico { get; set; }
48+
//static byte[] NotFound_favico { get; set; }
4949

5050
public static void Init() {
5151
Path.Combine(ConfigManager.AppDataPath, "FavIcons").EnsureFolderExists();
@@ -56,7 +56,7 @@ public static void Init() {
5656
favg.FillRectangle(Brushes.Beige,0,0,favnf.Width,favnf.Height);
5757
favg.DrawString("na", new Font( SystemFonts.DefaultFont.FontFamily,7f),Brushes.Black,0,0);
5858

59-
NotFound_favico = favnf.ToByteArray(ImageFormat.Png) ;
59+
//NotFound_favico = favnf.ToByteArray(ImageFormat.Png) ;
6060

6161
}
6262

0 commit comments

Comments
 (0)