mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
fix: remove unused AffectsRender
This commit is contained in:
parent
9c0b9608dc
commit
3b9e781b0a
1 changed files with 0 additions and 5 deletions
|
@ -63,11 +63,6 @@ namespace SourceGit.Views
|
||||||
FontFamilyProperty,
|
FontFamilyProperty,
|
||||||
ForegroundProperty,
|
ForegroundProperty,
|
||||||
CountProperty);
|
CountProperty);
|
||||||
|
|
||||||
AffectsRender<CounterPresenter>(
|
|
||||||
ForegroundProperty,
|
|
||||||
BackgroundProperty,
|
|
||||||
CountProperty);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void Render(DrawingContext context)
|
public override void Render(DrawingContext context)
|
||||||
|
|
Loading…
Reference in a new issue