From 085e14dff1f8e76a7c7ae2afc74d04d3675736a6 Mon Sep 17 00:00:00 2001 From: ludwig Date: Sun, 6 Nov 2005 18:22:49 +0000 Subject: use system memcpy and memset git-svn-id: svn://svn.icculus.org/quake3/trunk@301 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/macosx/macosx_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/macosx') diff --git a/code/macosx/macosx_common.c b/code/macosx/macosx_common.c index ab7d3be..1d42d90 100644 --- a/code/macosx/macosx_common.c +++ b/code/macosx/macosx_common.c @@ -1,3 +1,4 @@ +#if 0 // not used anymore /* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. @@ -29,3 +30,4 @@ void Com_Memcpy (void* dest, const void* src, const size_t count) { void Com_Memset (void* dest, const int val, const size_t count) { memset(dest, val, count); } +#endif -- cgit v1.2.3