Ticket #2106 (new defect) — at Version 2

Opened 14 years ago

Last modified 14 years ago

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 angel_il) (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

comment:1 Changed 14 years ago by vit_r

2097-src-help.c-interactive_display-rm-UNused-argument.patch

is attached to ticket #2097

comment:2 Changed 14 years ago by angel_il

  • Description modified (diff)
  • Summary changed from src/help.c interactive_display () removing UN used argument to src/help.c interactive_display () removing unused argument
Note: See TracTickets for help on using tickets.