From cccfd69cbd0565e2dd9bdd092e9e003d0e426d72 Mon Sep 17 00:00:00 2001 From: Sven Almgren Date: Sun, 26 Sep 2021 16:43:07 +0200 Subject: [PATCH] Removed duplicate registraion of IRenderLoop --- src/Linux/Avalonia.LinuxFramebuffer/LinuxFramebufferPlatform.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Linux/Avalonia.LinuxFramebuffer/LinuxFramebufferPlatform.cs b/src/Linux/Avalonia.LinuxFramebuffer/LinuxFramebufferPlatform.cs index 89f81a7649..7fb601eb62 100644 --- a/src/Linux/Avalonia.LinuxFramebuffer/LinuxFramebufferPlatform.cs +++ b/src/Linux/Avalonia.LinuxFramebuffer/LinuxFramebufferPlatform.cs @@ -44,7 +44,6 @@ namespace Avalonia.LinuxFramebuffer .Bind().ToTransient() .Bind().ToConstant(new KeyboardDevice()) .Bind().ToSingleton() - .Bind().ToConstant(new RenderLoop()) .Bind().ToSingleton(); }