]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dc.cpp
Fixed duplicate symbol link error
[wxWidgets.git] / src / os2 / dc.cpp
index e243e0b48ada2f53509e04617224e1656e4d5a8d..56f4dacc081eccc61f98197f5add4a86e7a7e844 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     10/14/99
 // RCS-ID:      $Id$
 // Copyright:   (c) David Webster
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx.h".
@@ -32,7 +32,6 @@
 #include "wx/dcprint.h"
 
 #include <string.h>
-#include <math.h>
 
 #include "wx/os2/private.h"
 
@@ -68,11 +67,6 @@ static const int VIEWPORT_EXTENT = 1000;
 static const int MM_POINTS = 9;
 static const int MM_METRIC = 10;
 
-// usually this is defined in math.h
-#ifndef M_PI
-    static const double M_PI = 3.14159265358979323846;
-#endif // M_PI
-
 // ---------------------------------------------------------------------------
 // private functions
 // ---------------------------------------------------------------------------