]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/dc.cpp
Firebird DB support added. Basic testing is done, and appears to work fully. Need...
[wxWidgets.git] / src / mgl / dc.cpp
index 5b4101fd20ccd7adb98e6b5c2c69e24d7fb94bec..37fee41ab79e6641938f55227b2e07b1865696a0 100644 (file)
@@ -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;