Ticket #2106 (closed defect: wontfix) — at Version 3

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 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

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

comment:3 Changed 14 years ago by andrew_b

  • Status changed from new to closed
  • Version master deleted
  • Resolution set to wontfix
  • Description modified (diff)
  • Milestone Future Releases deleted

filename will be used in the nearest future.

Note: See TracTickets for help on using tickets.