]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/dc.cpp
define WM_CONTEXTMENU if the standard headers don't
[wxWidgets.git] / src / mgl / dc.cpp
index c756ff7c646629f9c0a3f6e2e40a3cdbc3d6eccb..37fee41ab79e6641938f55227b2e07b1865696a0 100644 (file)
@@ -5,7 +5,7 @@
 // Created:     2001/03/09
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ===========================================================================
@@ -39,7 +39,6 @@
 #include "wx/log.h"
 
 #include <string.h>
-#include <math.h>
 #include <mgraph.hpp>
 
 
 // constants
 //-----------------------------------------------------------------------------
 
-#ifndef M_PI
-#define M_PI 3.14159265358979323846
-#endif
-
-const double mm2inches      = 0.0393700787402;
-const double inches2mm      = 25.4;
-const double mm2twips       = 56.6929133859;
-const double twips2mm       = 0.0176388888889;
-const double mm2pt          = 2.83464566929;
-const double pt2mm          = 0.352777777778;
 const double RAD2DEG        = 180.0 / M_PI;