]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/rotate/rotate.cpp
regenerated ReST docs
[wxWidgets.git] / samples / rotate / rotate.cpp
index c5409832397180c53427b6bceccf3a3daa648da4..f2baa3715cea3ec90c259ffe7bc0df93253367f6 100644 (file)
 #include "wx/image.h"
 #include "wx/numdlg.h"
 
-/* GRG: This is not ANSI standard, define M_PI explicitly
-#include <math.h>       // M_PI
-*/
-
-#ifndef M_PI
-#define M_PI 3.1415926535897932384626433832795
-#endif
-
-
 class MyApp: public wxApp
 {
 public: