Cleanup
This commit is contained in:
parent
6984263d14
commit
9e6fc3857e
|
@ -970,8 +970,8 @@ Begin
|
|||
A := TotalLine;
|
||||
|
||||
While (Session.Msgs.MsgText[A] = '') and (A > 1) Do Begin
|
||||
Dec(A);
|
||||
Dec(TotalLine);
|
||||
Dec (A);
|
||||
Dec (TotalLine);
|
||||
End;
|
||||
|
||||
Lines := TotalLine;
|
||||
|
@ -985,4 +985,4 @@ Begin
|
|||
Dispose (CutText[A]);
|
||||
End;
|
||||
|
||||
End.
|
||||
End.
|
||||
|
|
|
@ -412,8 +412,6 @@ Begin
|
|||
|
||||
Session.FindNextEvent;
|
||||
|
||||
// Session.SystemLog ('Node ' + strI2S(Session.NodeNum) + ' online');
|
||||
|
||||
If Session.TimeOffset > 0 Then
|
||||
Session.SetTimeLeft(Session.TimeOffset)
|
||||
Else
|
||||
|
@ -445,4 +443,4 @@ Begin
|
|||
Repeat
|
||||
Session.Menu.ExecuteMenu (True, True, False);
|
||||
Until False;
|
||||
End.
|
||||
End.
|
Loading…
Reference in New Issue