gstinfo: remove random MSVC compatibility define for M_PI that doesn't belong here

Code that needs this should include gst/math-compat.h or use G_PI.
This commit is contained in:
Tim-Philipp Müller 2010-10-05 14:45:02 +01:00
parent 2797f74c84
commit 05918f28dc
2 changed files with 0 additions and 5 deletions

View file

@ -1076,7 +1076,6 @@ GstDebugMessage
gst_debug_color_flags_get_type
gst_debug_level_get_type
gst_debug_graph_details_get_type
M_PI
GST_CAT_LEVEL_LOG_valist
</SECTION>

View file

@ -28,10 +28,6 @@
#include <glib-object.h>
#include <gst/gstconfig.h>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
G_BEGIN_DECLS
/**