Remove isinf from mathc99 since we're using boost

export-menu
Marius Kintel 2014-01-15 19:32:31 -05:00
parent e3e635bce1
commit 1fc52f8cd4
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ float fmax(float a, float b);
#else
#include <math.h>
#include <cmath>
using std::isinf;
#endif