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 - -