Skip to content

Commit

Permalink
Remove accidentally commited debugging code
Browse files Browse the repository at this point in the history
Fixes accidentally committed broken code in da4e7e2.

Fixes #284.
  • Loading branch information
vslavik committed Dec 4, 2024
1 parent da4e7e2 commit 134ab6d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/appcast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@ namespace

// Misc helper functions:

bool is_compatible_with_windows_version(const Appcast &item_)
bool is_compatible_with_windows_version(const Appcast &item)
{
Appcast item(item_);

item.MinOSVersion = "10";

if (item.MinOSVersion.empty())
return true;

Expand Down

0 comments on commit 134ab6d

Please sign in to comment.