removed core bcompat shims where possible

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401942
This commit is contained in:
David Anderson
2008-03-16 23:08:56 +00:00
parent 3788c61cb9
commit 074883512a
5 changed files with 0 additions and 18 deletions
-11
View File
@@ -240,17 +240,6 @@ stock RoundFloat(Float:value)
return RoundToNearest(value);
}
/**
* Backwards compatibility stock. Do not use.
*
* @deprecated
*/
#pragma deprecated Use RoundToNearest() or RoundFloat() instead
stock FloatRound(Float:value)
{
return RoundToNearest(value);
}
/**
* User defined operators.
*