* for some reason, tlinuxscreen.switchto() contained some saving code

while it should've been empty (like in the fixes branch)
This commit is contained in:
Jonas Maebe 2000-09-18 16:42:56 +00:00
parent 2248b9a247
commit 396e59f7ad

View File

@ -503,8 +503,6 @@ end;
procedure TLinuxScreen.SwitchTo;
begin
new(IDE_screen);
move(videobuf^,IDE_screen^,videobufsize);
end;
@ -729,7 +727,11 @@ end;
end.
{
$Log$
Revision 1.3 2000-08-22 09:41:40 pierre
Revision 1.4 2000-09-18 16:42:56 jonas
* for some reason, tlinuxscreen.switchto() contained some saving code
while it should've been empty (like in the fixes branch)
Revision 1.3 2000/08/22 09:41:40 pierre
* first big merge from fixes branch
Revision 1.2 2000/08/21 10:57:01 jonas
@ -739,4 +741,4 @@ end.
Revision 1.1 2000/07/13 09:48:36 michael
+ Initial import
}
}