From 23de7cfdb245a76de92b79b204339e672f72eba2 Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Fri, 23 Dec 2022 13:28:08 +0800 Subject: [PATCH] Delete unused function --- Flow.Launcher/MainWindow.xaml.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index 569353514..67e0e7419 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -630,10 +630,6 @@ namespace Flow.Launcher { _viewModel.ResetPreview(); } - public void PreviewToggle() - { - _viewModel.TogglePreview(); - } private void MoveQueryTextToEnd() {