diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 98d581980..4a90929ea 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -3149,7 +3149,6 @@ int pc_show_steal(struct block_list *bl,va_list ap) { struct map_session_data *sd; int itemid; - int type; struct item_data *item=NULL; char output[100]; |