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() {