Skip to content

Commit 3623f88

Browse files
committed
remove obsolete delcaration of translator instance
1 parent 0a6e338 commit 3623f88

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Flow.Launcher/ViewModel/PluginViewModel.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System.Windows;
22
using System.Windows.Media;
33
using Flow.Launcher.Plugin;
4-
using Flow.Launcher.Core.Resource;
54
using Flow.Launcher.Infrastructure.Image;
65
using Flow.Launcher.Core.Plugin;
76

@@ -11,8 +10,6 @@ public class PluginViewModel : BaseModel
1110
{
1211
public PluginPair PluginPair { get; set; }
1312

14-
private readonly Internationalization _translator = InternationalizationManager.Instance;
15-
1613
public ImageSource Image => ImageLoader.Load(PluginPair.Metadata.IcoPath);
1714
public bool PluginState
1815
{

0 commit comments

Comments
 (0)