From f1f6d4659ca0581c6dcf3bfbbe9265a42627bbe7 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 6 Jan 2002 15:59:13 +0000 Subject: [PATCH] removed conditional for Apple DevTools now that mac headers are not included git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/matrix.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) { -- 2.45.2