unz: remove unused code

git-svn-id: svn://kolibrios.org@8853 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2021-06-14 20:17:58 +00:00
parent b7f963f4e3
commit bb6094a24f
6 changed files with 1 additions and 1595 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -44,12 +44,6 @@ include '../../proc32.inc'
include '../../develop/libraries/box_lib/trunk/box_lib.mac' include '../../develop/libraries/box_lib/trunk/box_lib.mac'
include '../../dll.inc' include '../../dll.inc'
;include '../../debug.inc' ;include '../../debug.inc'
;include 'include/macros.inc'
;include 'include/proc32.inc'
;include 'include/box_lib.mac'
;include 'include/dll.inc'
include 'debug.inc' include 'debug.inc'
version equ '0.70' version equ '0.70'
@ -182,10 +176,6 @@ start:
mov dword[edtUnpPath.size], eax mov dword[edtUnpPath.size], eax
mov dword[edtUnpPath.pos], eax mov dword[edtUnpPath.pos], eax
;--------
; call file_tree_Init
;main loop -------------------- ;main loop --------------------
wm_redraw: wm_redraw:
call winRedraw call winRedraw
@ -247,7 +237,6 @@ wm_mouse:
jne still jne still
stdcall [edit_box_mouse],edtPack stdcall [edit_box_mouse],edtPack
stdcall [edit_box_mouse],edtUnpPath stdcall [edit_box_mouse],edtUnpPath
; stdcall file_tree_Mouse
jmp still jmp still
exit: exit:
@ -298,8 +287,6 @@ end if
mcall 4, <(WIN_W-47),12>, , strDots mcall 4, <(WIN_W-47),12>, , strDots
mcall 4, <(WIN_W-47),37>, , strDots mcall 4, <(WIN_W-47),37>, , strDots
; call file_tree_Draw
mcall 12, 2 mcall 12, 2
ret ret
endp endp