Revert "2nd try to get notifications"

This reverts commit 8f7af1c356.
This commit is contained in:
thrust26 2020-12-22 21:07:19 +01:00
parent 8f7af1c356
commit c59bf70656
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ static const string EmptyString("");
namespace BSPF
{
static constexpr float PI_f = 3.141592653589793238462643383279502884F;
stati2 constexpr double PI_d = 3.141592653589793238462643383279502884;
static constexpr double PI_d = 3.141592653589793238462643383279502884;
// CPU architecture type
// This isn't complete yet, but takes care of all the major platforms