From a560542aa652a09aab65320714c99607971dc90e Mon Sep 17 00:00:00 2001 From: Stuar Breckenridge Date: Thu, 26 Jun 2025 17:41:07 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=EF=B8=8F=20Removes=20dead=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mac/About/AboutWindowController.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mac/About/AboutWindowController.swift b/Mac/About/AboutWindowController.swift index ce9591c39..d18d7b1a1 100644 --- a/Mac/About/AboutWindowController.swift +++ b/Mac/About/AboutWindowController.swift @@ -37,8 +37,6 @@ class AboutWindowController: NSWindowController { visualEffectView.state = .active contentView.addSubview(visualEffectView, positioned: .below, relativeTo: nil) } - //creditsScrollView.backgroundColor = .clear - //creditsTextView.backgroundColor = .clear } private func updateUI() {