From 3b9e781b0a70f467c040ace9cc87fd1968d825f3 Mon Sep 17 00:00:00 2001 From: Gadfly Date: Wed, 21 Aug 2024 11:23:27 +0800 Subject: [PATCH] fix: remove unused AffectsRender --- src/Views/Repository.axaml.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Views/Repository.axaml.cs b/src/Views/Repository.axaml.cs index 96d1f5a5..eb3158cd 100644 --- a/src/Views/Repository.axaml.cs +++ b/src/Views/Repository.axaml.cs @@ -63,11 +63,6 @@ namespace SourceGit.Views FontFamilyProperty, ForegroundProperty, CountProperty); - - AffectsRender( - ForegroundProperty, - BackgroundProperty, - CountProperty); } public override void Render(DrawingContext context)