Remove useless variable

This commit is contained in:
Jack251970 2025-04-04 20:45:24 +08:00
parent 28d92c789f
commit 2e885ea5cc

View file

@ -38,7 +38,6 @@ namespace Flow.Launcher.Plugin.Sys
private Result CreateThemeResult(ThemeData theme, ThemeData selectedTheme, int score, IList<int> highlightData)
{
var themeName = theme.FileNameWithoutExtension;
string title;
if (theme == selectedTheme)
{