From c8110400ecb6363a7efecc62cd1e97ffb736696b Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Tue, 4 Feb 2020 08:01:14 -0500 Subject: [PATCH] Corrected (maybe) an error in the old Xt code that must have been there for ages. --- help.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/help.c b/help.c index e4c3eff..64f6449 100644 --- a/help.c +++ b/help.c @@ -330,9 +330,6 @@ void starthelp(xcWidget button, caddr_t clientdata, caddr_t calldata) XtTranslateCoords(areawin->area, (Position) (areawidth + 10), -50, &xpos, &ypos); - /* Always direct the call to the main menu button. */ - button = OptionsHelpButton; - savebutton = getgeneric(button, starthelp, NULL); /* Generate the pixmap and write the help text to it */ -- 2.11.4.GIT