Skip to content

Commit

Permalink
Qodana - Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
gablm committed Apr 2, 2024
1 parent ce93669 commit 44c2b4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CollapseLauncher/Classes/EventsManagement/EventsHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Threading.Tasks;
using Windows.Foundation;
using Windows.Networking.Connectivity;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ private static void EnsureCurrentMediaPlayerRegistered()
/// <exception cref="FormatException">Throws if the background file is not supported</exception>
/// <exception cref="NullReferenceException">Throws if some instances aren't yet initialized</exception>
internal static async Task LoadBackground(string mediaPath, bool isRequestInit = false,
bool isForceRecreateCache = false, FileStream? existingFileStream = null)
bool isForceRecreateCache = false)
{
while (!_isCurrentRegistered)
{
Expand Down

0 comments on commit 44c2b4f

Please sign in to comment.