Remove #undef min/max as NOMINMAX is now defined by the project

Originally committed to SVN as r5879.
This commit is contained in:
Thomas Goyne 2011-11-18 22:56:58 +00:00
parent 8d28b44773
commit af9be4afa6
2 changed files with 0 additions and 11 deletions

View File

@ -43,12 +43,6 @@
#include "audio_colorscheme.h"
#include "colorspace.h"
// Something is defining "min" and "max" macros, and they interfere with using std::min and std::max
#undef min
#undef max
void AudioColorScheme::InitIcyBlue_Normal()
{
unsigned char *palptr = palette;

View File

@ -49,11 +49,6 @@
#include "audio_renderer_waveform.h"
#include "colorspace.h"
#undef min
#undef max
AudioWaveformRenderer::AudioWaveformRenderer()
: AudioRendererBitmapProvider()
, colors_normal(6)