removed core bcompat shims where possible
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401942
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user