From 7b7e8912a5195ba753bcf0b46d9fce95cc2163df Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 18 Dec 2024 23:16:14 -0500 Subject: [PATCH] Remove non-working last line log code --- CHANGELIST.md | 1 + MPF.UI/UserControls/LogOutput.xaml.cs | 25 +------------------------ 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index efe65568..adbb3304 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -82,6 +82,7 @@ - Update packages - Simplify direct package references - Remove vestigial progress indicators +- Remove non-working last line log code ### 3.2.4 (2024-11-24) diff --git a/MPF.UI/UserControls/LogOutput.xaml.cs b/MPF.UI/UserControls/LogOutput.xaml.cs index 17c8ecec..7086f219 100644 --- a/MPF.UI/UserControls/LogOutput.xaml.cs +++ b/MPF.UI/UserControls/LogOutput.xaml.cs @@ -28,11 +28,6 @@ namespace MPF.UI.UserControls /// private readonly Paragraph _paragraph; - /// - /// Cached value of the last line written - /// - private Run? lastLine = null; - #if NET35 private Button? ClearButton => ItemHelper.FindChild