summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2013-09-24 14:56:46 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2013-09-24 14:56:46 +0000
commitc7ab29151c72bf15693ed8aaf418d9a9e64a1390 (patch)
treed3e777b52d59a52bf274adb90af1fbe762c27c89 /src/osd
parent6e06426096420f20abb4e7f173b65c2d352f70a2 (diff)
removed unused macro from src/osd/windows/winprefix.h (nw)
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/windows/winprefix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osd/windows/winprefix.h b/src/osd/windows/winprefix.h
index 1287b840206..4ccad8a7d7d 100644
--- a/src/osd/windows/winprefix.h
+++ b/src/osd/windows/winprefix.h
@@ -57,8 +57,6 @@
#ifndef alloca
#define alloca __builtin_alloca
#endif
-#define min(x,y) fmin(x,y)
-#define max(x,y) fmax(x,y)
#endif
#define PATH_SEPARATOR "\\"