forked from KolibriOS/kolibrios
unz: remove unused code
git-svn-id: svn://kolibrios.org@8853 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b7f963f4e3
commit
bb6094a24f
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.
@ -44,12 +44,6 @@ include '../../proc32.inc'
|
||||
include '../../develop/libraries/box_lib/trunk/box_lib.mac'
|
||||
include '../../dll.inc'
|
||||
;include '../../debug.inc'
|
||||
|
||||
|
||||
;include 'include/macros.inc'
|
||||
;include 'include/proc32.inc'
|
||||
;include 'include/box_lib.mac'
|
||||
;include 'include/dll.inc'
|
||||
include 'debug.inc'
|
||||
|
||||
version equ '0.70'
|
||||
@ -182,10 +176,6 @@ start:
|
||||
mov dword[edtUnpPath.size], eax
|
||||
mov dword[edtUnpPath.pos], eax
|
||||
|
||||
;--------
|
||||
; call file_tree_Init
|
||||
|
||||
|
||||
;main loop --------------------
|
||||
wm_redraw:
|
||||
call winRedraw
|
||||
@ -247,7 +237,6 @@ wm_mouse:
|
||||
jne still
|
||||
stdcall [edit_box_mouse],edtPack
|
||||
stdcall [edit_box_mouse],edtUnpPath
|
||||
; stdcall file_tree_Mouse
|
||||
jmp still
|
||||
|
||||
exit:
|
||||
@ -298,8 +287,6 @@ end if
|
||||
mcall 4, <(WIN_W-47),12>, , strDots
|
||||
mcall 4, <(WIN_W-47),37>, , strDots
|
||||
|
||||
; call file_tree_Draw
|
||||
|
||||
mcall 12, 2
|
||||
ret
|
||||
endp
|
||||
|
Loading…
Reference in New Issue
Block a user