diff options
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 8f1445838..857c5963d 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -744,8 +744,6 @@ void npc_timerevent_quit(struct map_session_data *sd) { int npc_gettimerevent_tick(struct npc_data *nd)
{
int tick;
- struct map_session_data *sd =NULL;
-
nullpo_retr(0, nd);
tick=nd->u.scr.timer;
|