Skip to content

Commit

Permalink
Remove Unused Code
Browse files Browse the repository at this point in the history
  • Loading branch information
enusbaum committed Aug 27, 2024
1 parent 6a2cd4d commit 7300d59
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions MBBSEmu/HostProcess/ExportedModules/Majorbbs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4338,7 +4338,6 @@ private void parsin()

Module.Memory.SetArray("INPUT", Encoding.ASCII.GetBytes(parsedInput));
Module.Memory.SetWord("MARGC", margCount);
//setINPLEN();
}

/// <summary>
Expand Down Expand Up @@ -8373,12 +8372,6 @@ private void cncuid()
Registers.SetPointer(returnPointer);
}

/// <summary>
/// Sets the INPLEN variable based on the length of INPUT
/// </summary>
/// <returns>The value written to INPLEN</returns>
private ushort setINPLEN() => setINPLEN(Module.Memory.GetVariablePointer("INPUT"));

/// <summary>
/// Sets the INPLEN variable based on the length of the string from input
/// </summary>
Expand Down

0 comments on commit 7300d59

Please sign in to comment.