mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Clean up qfcc's test directory.
I don't remember what half these tests were for :/
This commit is contained in:
parent
4b5e00afdf
commit
49ca09a64f
80 changed files with 6 additions and 13 deletions
|
@ -720,5 +720,3 @@
|
|||
@extern float (entity e, float healamount, float ignore) T_Heal; // health function
|
||||
|
||||
@extern float(entity targ, entity inflictor) CanDamage;
|
||||
|
||||
|
|
@ -8,4 +8,3 @@ void foo (entity e)
|
|||
e.thinkMethod = @selector(foo:);
|
||||
}
|
||||
void __obj_exec_class (obj_module_t *msg) = #0;
|
||||
|
|
@ -56,4 +56,3 @@ typedef struct bot_data_t bot_data_t;
|
|||
b_sound &= ~flag;
|
||||
}
|
||||
@end
|
||||
|
|
@ -28,4 +28,3 @@ void func (string y)
|
|||
func (0.0, "");
|
||||
// func (0, 0, 0, 0, 0.0);
|
||||
}
|
||||
|
|
@ -45,4 +45,3 @@ void (Foo f) bar =
|
|||
// local val_t v = foo ();
|
||||
local val_t u = [f v];
|
||||
}
|
||||
|
|
@ -50,4 +50,3 @@ duffs_device (int *to, int *from, int count)
|
|||
} while(--n > 0);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue