From d37cc53f707e87094ba580df2f42f147d9d45f64 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Sun, 24 Oct 2021 03:42:39 +1000 Subject: [PATCH] fix silly comment --- MainWindow.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/MainWindow.cs b/MainWindow.cs index 3bf7c74..5e92ea4 100755 --- a/MainWindow.cs +++ b/MainWindow.cs @@ -40,7 +40,6 @@ using Timeout = GLib.Timeout; namespace Buypeeb { [SuppressMessage("ReSharper", "UnusedMember.Local")] internal class MainWindow : Window { - // ...to here. private static readonly SemaphoreSlim TaskLimit = new(6); private readonly Builder builder; @@ -56,7 +55,6 @@ namespace Buypeeb { // TODO: whenever we get something from the builder, cache it for later // that way we don't need to constantly do "builder.GetObject"s - // when that is done, you can use the cache array to replace everything from here... private readonly Box selectionViewBox; private readonly Queue updateQueue = new();