From 0fb48bdfb048ed65ded489d811d76dbf4c03679d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Thu, 23 Mar 2023 12:36:58 +0200 Subject: [PATCH] Remove for-testing keyboard handler from shell --- shell.asm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/shell.asm b/shell.asm index cc6a141..dee0323 100644 --- a/shell.asm +++ b/shell.asm @@ -599,11 +599,6 @@ set_wallpaper: ; out: ; clobbers everything keyboard: - call get_window - mov si, [si + window.data] - add si, 20 - mov [si], cl - call request_redraw ret ; in: