fix silly comment

This commit is contained in:
Lynne Megido 2021-10-24 03:42:39 +10:00
parent d04fe81067
commit d37cc53f70
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -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<string> updateQueue = new();