X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1bc4d9b0130f8fe6e9ce44fb3dd6b8d61088160c..5a224901b8ede55e1db9980f0fcaf7d2cb49285f:/src/common/matrix.cpp?ds=sidebyside diff --git a/src/common/matrix.cpp b/src/common/matrix.cpp index a19d8ea477..7a78af94b4 100644 --- a/src/common/matrix.cpp +++ b/src/common/matrix.cpp @@ -29,9 +29,7 @@ #include "wx/matrix.h" #include -#if ! (defined(__WXMAC__) && defined(__UNIX__)) -const double pi = 3.1415926535; -#endif +static const double pi = 3.1415926535; wxTransformMatrix::wxTransformMatrix(void) {