From 3623f883747ca8f878500c6e28f33e03ab845d17 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 26 May 2021 19:46:16 +1000 Subject: [PATCH] remove obsolete delcaration of translator instance --- Flow.Launcher/ViewModel/PluginViewModel.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Flow.Launcher/ViewModel/PluginViewModel.cs b/Flow.Launcher/ViewModel/PluginViewModel.cs index 9e6b8eea8..1ac320cf0 100644 --- a/Flow.Launcher/ViewModel/PluginViewModel.cs +++ b/Flow.Launcher/ViewModel/PluginViewModel.cs @@ -1,7 +1,6 @@ using System.Windows; using System.Windows.Media; using Flow.Launcher.Plugin; -using Flow.Launcher.Core.Resource; using Flow.Launcher.Infrastructure.Image; using Flow.Launcher.Core.Plugin; @@ -11,8 +10,6 @@ namespace Flow.Launcher.ViewModel { public PluginPair PluginPair { get; set; } - private readonly Internationalization _translator = InternationalizationManager.Instance; - public ImageSource Image => ImageLoader.Load(PluginPair.Metadata.IcoPath); public bool PluginState {