Ticket #2106 (new defect) — at Initial Version

Opened 14 years ago

Last modified 14 years ago

src/help.c interactive_display () removing UN used argument

Reported by: vit_r Owned by:
Priority: trivial Milestone:
Component: documentation Version:
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description

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

Note: See TracTickets for help on using tickets.