Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/help.c interactive_display () removing unused argument #2106

Closed
mc-butler opened this issue Mar 14, 2010 · 3 comments
Closed

src/help.c interactive_display () removing unused argument #2106

mc-butler opened this issue Mar 14, 2010 · 3 comments
Labels
area: docs Improvements or additions to documentation prio: low Minor problem or easily worked around

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/2106
Reporter vit_r (vit_r@….ru)

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

@mc-butler
Copy link
Author

Changed by vit_r (vit_r@….ru) on Mar 14, 2010 at 17:43 UTC (comment 1)

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

is attached to ticket #2097

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Mar 14, 2010 at 18:37 UTC (comment 2)

  • Summary changed from src/help.c interactive_display () removing UN used argument to src/help.c interactive_display () removing unused argument
  • Description edited

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 15, 2010 at 5:33 UTC (comment 3)

  • Description edited
  • Version master deleted
  • Resolution set to wontfix
  • Milestone Future Releases deleted
  • Status changed from new to closed

filename will be used in the nearest future.

@mc-butler mc-butler closed this as not planned Won't fix, can't repro, duplicate, stale Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docs Improvements or additions to documentation prio: low Minor problem or easily worked around
Development

No branches or pull requests

1 participant