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
This commit is contained in:
Gilles Depeyrot 2002-01-06 15:59:13 +00:00
parent f2b6a31a9e
commit f1f6d4659c

View File

@ -29,9 +29,7 @@
#include "wx/matrix.h"
#include <math.h>
#if ! (defined(__WXMAC__) && defined(__UNIX__))
const double pi = 3.1415926535;
#endif
static const double pi = 3.1415926535;
wxTransformMatrix::wxTransformMatrix(void)
{