Skip to content

Commit 4874586

Browse files
committed
Fix build issue
1 parent 515f24d commit 4874586

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -476,17 +476,6 @@ public static bool IsHomePlugin(string id)
476476
return _homePlugins.Where(p => !PluginModified(p.Metadata.ID)).Any(p => p.Metadata.ID == id);
477477
}
478478

479-
public static IList<PluginPair> GetResultUpdatePlugin()
480-
{
481-
return _resultUpdatePlugin.Where(p => !PluginModified(p.Metadata.ID)).ToList();
482-
}
483-
484-
public static IList<PluginPair> GetTranslationPlugins()
485-
{
486-
// Here we still return the modified plugins to update the possible string resources
487-
return _translationPlugins.ToList();
488-
}
489-
490479
public static Dictionary<PluginPair, List<BasePluginHotkey>> GetPluginHotkeyInfo()
491480
{
492481
return _pluginHotkeyInfo;

0 commit comments

Comments
 (0)