Remove useless #undef's for windows now that we have NOMINMAX flag

This commit is contained in:
scrawl 2015-06-12 04:39:44 +02:00
parent 40eb8b65c7
commit d4c45efb2b
4 changed files with 0 additions and 12 deletions

View file

@ -11,9 +11,6 @@
#include "tooltips.hpp"
#undef min
#undef max
namespace
{

View file

@ -13,9 +13,6 @@
#include "tooltips.hpp"
#undef min
#undef max
namespace
{
void adjustButtonSize(MyGUI::Button *button)

View file

@ -15,9 +15,6 @@
#include "controllers.hpp"
#undef min
#undef max
namespace MWGui
{
namespace Widgets

View file

@ -1,9 +1,6 @@
#ifndef GAME_MWMECHANICS_STAT_H
#define GAME_MWMECHANICS_STAT_H
#undef min
#undef max
#include <limits>
#include <components/esm/statstate.hpp>