From d5439137b778dc22c20c583f29c39663444b1cdc Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 11 Mar 2013 20:49:57 -0300 Subject: Dropping leftovers from when battle.c wasn't all wired to the interface Signed-off-by: shennetsind --- src/map/battle.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index 25c06ecaa..ea0254a99 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -1642,9 +1642,6 @@ int battle_blewcount_bonus(struct map_session_data *sd, uint16 skill_id) { return 0; } -struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list *target,uint16 skill_id,uint16 skill_lv,int mflag); -struct Damage battle_calc_misc_attack(struct block_list *src,struct block_list *target,uint16 skill_id,uint16 skill_lv,int mflag); - //For quick div adjustment. #define damage_div_fix(dmg, div) { if (div > 1) (dmg)*=div; else if (div < 0) (div)*=-1; } /*========================================== -- cgit v1.2.3-70-g09d2