summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-29 11:28:13 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-29 11:28:13 +0000
commit49a385c135d3012abb08e1ddc6a301c89f0e3a54 (patch)
tree62744fb0092b41bdf6e864de85b9ab5548c0f849 /src/map/mob.c
parentc369d1fab6d576c203bbfea30cc619490fe865ce (diff)
downloadhercules-49a385c135d3012abb08e1ddc6a301c89f0e3a54.tar.gz
hercules-49a385c135d3012abb08e1ddc6a301c89f0e3a54.tar.bz2
hercules-49a385c135d3012abb08e1ddc6a301c89f0e3a54.tar.xz
hercules-49a385c135d3012abb08e1ddc6a301c89f0e3a54.zip
* Insignificant code tweaks: removal of excess function declarations and self assignments.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14520 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index a52c6f087..edea51008 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -82,7 +82,6 @@ const int mob_splendide[5] = { 1991, 1992, 1993, 1994, 1995 };
*------------------------------------------*/
static int mob_makedummymobdb(int);
static int mob_spawn_guardian_sub(int tid, unsigned int tick, int id, intptr data);
-int mobskill_use(struct mob_data *md,unsigned int tick,int event);
int mob_skillid2skillidx(int class_,int skillid);
/*==========================================