From 1d9bc990b29f7fca82220f064b23f843e59b36b4 Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Sat, 4 Dec 2021 10:20:00 -0500 Subject: [PATCH] Remove unused variable Co-authored-by: Jeremy Wu --- Flow.Launcher.Plugin/Result.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs index 45f3e7663..55c14b2c7 100644 --- a/Flow.Launcher.Plugin/Result.cs +++ b/Flow.Launcher.Plugin/Result.cs @@ -13,8 +13,6 @@ namespace Flow.Launcher.Plugin private string _icoPath; - private string _insertText; - /// /// Provides the title of the result. This is always required. ///