From 0fbd1902f003709701023b62feeefcde2ad2d19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Mon, 23 Feb 2009 15:14:56 +0000 Subject: =?UTF-8?q?Beim=20dynamischen=20Lesen=20der=20Compose-Sequenzen=20?= =?UTF-8?q?interessiert=20sich=20niemand=20f=C3=BCr=20die=20insgesamte=20A?= =?UTF-8?q?nzahl=20der=20Zeilen,=20weg=20damit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1689 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/source/compose-gen.ahk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/windows/neo-vars/src/source/compose-gen.ahk b/windows/neo-vars/src/source/compose-gen.ahk index bfecc50..8a60fc3 100644 --- a/windows/neo-vars/src/source/compose-gen.ahk +++ b/windows/neo-vars/src/source/compose-gen.ahk @@ -1831,11 +1831,6 @@ ProcessComposeFile(FFrom) { FileRead, FileContents, %FFrom% - Loop, parse, FileContents, `n, `r ; Specifying `n prior to `r allows both Windows and Unix files to be parsed. - { - NumLines := A_Index - } - Loop, parse, FileContents, `n, `r ; Specifying `n prior to `r allows both Windows and Unix files to be parsed. { Line := A_LoopField -- cgit v1.2.3