Skip to content

Commit 134ab6d

Browse files
committed
Remove accidentally commited debugging code
Fixes accidentally committed broken code in da4e7e2. Fixes #284.
1 parent da4e7e2 commit 134ab6d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/appcast.cpp

+1-5
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,8 @@ namespace
5454

5555
// Misc helper functions:
5656

57-
bool is_compatible_with_windows_version(const Appcast &item_)
57+
bool is_compatible_with_windows_version(const Appcast &item)
5858
{
59-
Appcast item(item_);
60-
61-
item.MinOSVersion = "10";
62-
6359
if (item.MinOSVersion.empty())
6460
return true;
6561

0 commit comments

Comments
 (0)