Revert "2nd try to get notifications"

This reverts commit c024ce6f55.
This commit is contained in:
thrust26 2020-12-22 21:07:19 +01:00
parent c024ce6f55
commit 2c3d7e0baa
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