- Removed unused variables

git-svn-id: trunk@25005 -
This commit is contained in:
sergei 2013-06-28 11:53:10 +00:00
parent 8bfef107b3
commit 40045e6269
2 changed files with 1 additions and 4 deletions

View File

@ -302,7 +302,6 @@ end;
procedure UnpatchKeyboard;
var
e : ^chgentry;
entry : kbentry;
i : longint;
begin
@ -339,8 +338,6 @@ end;
when working on another console. So we unpatch it when the user switches
away.}
const switches:longint=0;
procedure vt_handler(sig:longint);cdecl;
begin

View File

@ -148,7 +148,7 @@ const mouse_terminals:array[0..6] of string[7]=('cons','eterm','gnome',
xterm=6;
mouse_1003_capable=[xterm]; {xterm only for now}
var term,colorterm:string;
var term:string;
i,t:shortint;
begin