Synopsis
void nb_delete_line(nb_line_t *lp);
Description

nb_delete_line deletes the program line pointed to by lp. If lp is zero, no modification is made to the program.

Only the program text is modified, nothing else. After deleting the line, you must update the program object by calling nb_fix_program_object at some point.