Skip to content

Commit

Permalink
Remove use of InfoRead1
Browse files Browse the repository at this point in the history
Resolves #7
  • Loading branch information
fingolfin committed Nov 10, 2018
1 parent 9a7fe24 commit d995895
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src.x11/xgap.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ static char *FallbackResources[] =
"*xgapMenu.runButton*interrupt.label: Interrupt",
"*xgapMenu.runButton*garbColl.label: Collect Garbage",
"*xgapMenu.runButton*garbMesg.label: Toggle GC Messages",
"*xgapMenu.runButton*infoRead.label: Toggle Library Read Mesg",

/* help menu */
"*xgapMenu.helpButton.label: Help",
Expand Down Expand Up @@ -378,8 +377,6 @@ static void MenuQuitBreak () { SimulateInput( "quit;\n" ); }
static void MenuContBreak () { SimulateInput( "return;\n" ); }
static void MenuGarbColl () { SimulateInput( "GASMAN(\"collect\");\n" ); }
static void MenuGarbMesg () { SimulateInput( "GASMAN(\"message\");\n" ); }
static void MenuInfoRead () { SimulateInput(
"if InfoRead1=Print then InfoRead1:=Ignore; else InfoRead1:=Print; fi;\n"); }

static TypeMenuItem RunMenu[] =
{
Expand All @@ -390,7 +387,6 @@ static TypeMenuItem RunMenu[] =
{ "---------", 0, 0, 0 },
{ "garbColl", MenuGarbColl, S_INPUT_ONLY, 0 },
{ "garbMesg", MenuGarbMesg, S_INPUT_ONLY, 0 },
{ "infoRead", MenuInfoRead, S_INPUT_ONLY, 0 },
{ 0, 0, 0, 0 }
};

Expand Down

0 comments on commit d995895

Please sign in to comment.