removed unused stuff

This commit is contained in:
Borja Ferrer
2006-08-18 14:02:07 +00:00
parent 377c01eac7
commit 43bd5fc732
4 changed files with 1 additions and 5 deletions

View File

@ -2,8 +2,6 @@
static cell AMX_NATIVE_CALL get_global_float(AMX *amx, cell *params)
{
int global = params[1];
REAL returnValue;
switch (params[1]) {