From 95920e3c8744b6311dc10cbd704f4888f5150b9c Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Sat, 30 May 2020 23:36:11 +0200 Subject: Removed unused variable sd from clif_maptypeproperty2() --- src/map/clif.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/map') diff --git a/src/map/clif.c b/src/map/clif.c index b7eacd4a2..634e2bae0 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -20429,11 +20429,8 @@ static void clif_maptypeproperty2(struct block_list *bl, enum send_target t) { #if PACKETVER >= 20121010 struct packet_maptypeproperty2 p; - struct map_session_data *sd = NULL; nullpo_retv(bl); - sd = BL_CAST(BL_PC, bl); - p.PacketType = maptypeproperty2Type; p.type = 0x28; p.flag.party = map->list[bl->m].flag.pvp ? 1 : 0; //PARTY -- cgit v1.2.3-60-g2f50