From 0fbd1902f003709701023b62feeefcde2ad2d19d Mon Sep 17 00:00:00 2001 From: mösi Date: Mon, 23 Feb 2009 15:14:56 +0000 Subject: Beim dynamischen Lesen der Compose-Sequenzen interessiert sich niemand für die insgesamte Anzahl der Zeilen, weg damit. 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(-) (limited to 'windows/neo-vars/src/source/compose-gen.ahk') 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