summaryrefslogtreecommitdiffstats
path: root/trunk/source/libmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/libmac.h')
-rw-r--r--trunk/source/libmac.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/trunk/source/libmac.h b/trunk/source/libmac.h
index 4f4dd992ef..8b7e3903d6 100644
--- a/trunk/source/libmac.h
+++ b/trunk/source/libmac.h
@@ -41,11 +41,6 @@ char* strlwr(char* str);
void itoa(int n, char* buffer, int radix);
#if !OSX
- inline int random()
- {
- return rand();
- }
-
inline void srandom(unsigned int seed)
{
srand(seed);