Ticket #2106 (closed defect: wontfix)
src/help.c interactive_display () removing unused argument
Reported by: | vit_r | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | documentation | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description (last modified by andrew_b) (diff)
src/help.h
void interactive_display (const char *filename, const char *node);
All calls start with 'NULL' as first argument like this:
interactive_display (NULL, ...);
May be it was used but now seems there is no more need
Change History
Note: See
TracTickets for help on using
tickets.