diff --git a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
index a1d990aa0..1827354d0 100644
--- a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
+++ b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -226,11 +226,8 @@ namespace Flow.Launcher.Plugin
/// Query string
/// The string that will be compared against the query
/// Match results
-
MatchResult FuzzySearch(string query, string stringToCompare);
-
-
///
/// Http download the spefic url and return as string
///