Removed unneeded '*_ev = NULL' statements
This commit is contained in:
parent
18e4d42137
commit
402f3941d0
1 changed files with 0 additions and 2 deletions
|
@ -379,7 +379,6 @@ quote_splitmode(struct Client *source_p, const char *charval, int intval)
|
||||||
splitchecking = 0;
|
splitchecking = 0;
|
||||||
|
|
||||||
rb_event_delete(check_splitmode_ev);
|
rb_event_delete(check_splitmode_ev);
|
||||||
check_splitmode_ev = NULL;
|
|
||||||
}
|
}
|
||||||
/* ON */
|
/* ON */
|
||||||
else if(newval == 1)
|
else if(newval == 1)
|
||||||
|
@ -393,7 +392,6 @@ quote_splitmode(struct Client *source_p, const char *charval, int intval)
|
||||||
|
|
||||||
/* we might be deactivating an automatic splitmode, so pull the event */
|
/* we might be deactivating an automatic splitmode, so pull the event */
|
||||||
rb_event_delete(check_splitmode_ev);
|
rb_event_delete(check_splitmode_ev);
|
||||||
check_splitmode_ev = NULL;
|
|
||||||
}
|
}
|
||||||
/* AUTO */
|
/* AUTO */
|
||||||
else if(newval == 2)
|
else if(newval == 2)
|
||||||
|
|
Loading…
Reference in a new issue