]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/dc.cpp
fixed two icc warnings about local variables hiding parameters
[wxWidgets.git] / src / mgl / dc.cpp
index 3fb64cab409a014507f1d8e94fe701ea395a8667..b667e5b9824a64cb7d1518a751e98a097bfc8b2e 100644 (file)
 // headers
 // ---------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "dc.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 // constants
 //-----------------------------------------------------------------------------
 
-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;