From 3e73df2c723530b84a6ec3381d0fec2347c61eaa Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sat, 6 Dec 2014 21:56:14 -0500 Subject: [PATCH] Clean up common/misc_functions.h --- common/misc_functions.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/misc_functions.h b/common/misc_functions.h index abc9747b5..a013423ff 100644 --- a/common/misc_functions.h +++ b/common/misc_functions.h @@ -92,8 +92,6 @@ int32 filesize(FILE* fp); uint32 ResolveIP(const char* hostname, char* errbuf = 0); bool ParseAddress(const char* iAddress, uint32* oIP, uint16* oPort, char* errbuf = 0); void CoutTimestamp(bool ms = true); -int MakeRandomInt(int low, int high); -double MakeRandomFloat(double low, double high); float EQ13toFloat(int d); float NewEQ13toFloat(int d); float EQ19toFloat(int d);