From 40045e6269ee48e070f4e92dcd6701a505ba5cc7 Mon Sep 17 00:00:00 2001 From: sergei Date: Fri, 28 Jun 2013 11:53:10 +0000 Subject: [PATCH] - Removed unused variables git-svn-id: trunk@25005 - --- rtl/unix/keyboard.pp | 3 --- rtl/unix/mouse.pp | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/rtl/unix/keyboard.pp b/rtl/unix/keyboard.pp index 2bd093ad9d..adf4672cb3 100644 --- a/rtl/unix/keyboard.pp +++ b/rtl/unix/keyboard.pp @@ -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 diff --git a/rtl/unix/mouse.pp b/rtl/unix/mouse.pp index 3d51b46d5f..5b5dae8ab0 100644 --- a/rtl/unix/mouse.pp +++ b/rtl/unix/mouse.pp @@ -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