Skip to content

Commit

Permalink
Remove invalid debug assert in GetSystemMetricsForDpi
Browse files Browse the repository at this point in the history
  • Loading branch information
hughbe committed May 5, 2020
1 parent 423b2bc commit 2efb29a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public static int GetCurrentSystemMetrics(SystemMetric nIndex, uint dpi)
}
else
{
Debug.Fail("GetSystemMetricsForDpi() is not available on this OS");
return GetSystemMetrics(nIndex);
}
}
Expand Down

0 comments on commit 2efb29a

Please sign in to comment.