Skip to content

Commit 2e885ea

Browse files
committed
Remove useless variable
1 parent 28d92c7 commit 2e885ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public List<Result> Query(Query query)
3838

3939
private Result CreateThemeResult(ThemeData theme, ThemeData selectedTheme, int score, IList<int> highlightData)
4040
{
41-
var themeName = theme.FileNameWithoutExtension;
4241
string title;
4342
if (theme == selectedTheme)
4443
{

0 commit comments

Comments
 (0)