From b4f4d581c9fc604a2aac90523eb8cbbebe62185b Mon Sep 17 00:00:00 2001 From: Lance Date: Sat, 29 Apr 2006 13:42:12 +0000 Subject: * Removed unreferenced local variable in pc.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6371 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 90f3fa001..b3c88c0a3 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -2919,7 +2919,7 @@ int pc_show_steal(struct block_list *bl,va_list ap) //** pc.c: Small Steal Item fix by fritz int pc_steal_item(struct map_session_data *sd,struct block_list *bl) { - int i,j,skill,itemid,flag; + int i,skill,itemid,flag; struct mob_data *md; struct item tmp_item; -- cgit v1.2.3-70-g09d2