From: Julian Smart Date: Tue, 30 Mar 2004 10:26:17 +0000 (+0000) Subject: Removed redundant lines X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4d805cc06995841ae9ee2795068a1b119601b5dc?ds=inline Removed redundant lines git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/mac/SetXMLCreator.applescript b/docs/mac/SetXMLCreator.applescript index a9124bfd79..c8fba25c9d 100644 --- a/docs/mac/SetXMLCreator.applescript +++ b/docs/mac/SetXMLCreator.applescript @@ -12,8 +12,6 @@ -- script as an application drag-and-drop the files on top of it). --------------------------------------------------------------------------------- - - on run set myFile to choose file open ({myFile}) @@ -36,5 +34,3 @@ on open (fileList) end repeat end open - -