Removed redundant lines

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-03-30 10:26:17 +00:00
parent 61d6643fb5
commit 4d805cc069

View File

@@ -12,8 +12,6 @@
-- script as an application drag-and-drop the files on top of it). -- script as an application drag-and-drop the files on top of it).
--------------------------------------------------------------------------------- ---------------------------------------------------------------------------------
<begin applescript>
on run on run
set myFile to choose file set myFile to choose file
open ({myFile}) open ({myFile})
@@ -36,5 +34,3 @@ on open (fileList)
end repeat end repeat
end open end open
</begin applescript>