summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-23 15:14:56 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-23 15:14:56 +0000
commit0fbd1902f003709701023b62feeefcde2ad2d19d (patch)
tree8c6f2d7161b4478f4bfad79b84200175c6e528b9
parent5fd61871aef02eb7117039cf4a65adbf86ea005e (diff)
Beim dynamischen Lesen der Compose-Sequenzen interessiert sich niemand für die insgesamte Anzahl der Zeilen, weg damit.
git-svn-id: https://svn.neo-layout.org@1689 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--windows/neo-vars/src/source/compose-gen.ahk5
1 files changed, 0 insertions, 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
@@ -1833,11 +1833,6 @@ ProcessComposeFile(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
if ((Line == "") or (SubStr(Line,1,5) == "XCOMM") or (SubStr(Line,1,1) == "#"))
continue