From 6a0f3847d46b6d03b03140864ee7415d5ad7e575 Mon Sep 17 00:00:00 2001 From: canni0 Date: Thu, 29 Apr 2010 17:27:22 +0000 Subject: - applied patch by tobigun - small changes git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2318 b956fd51-792f-4845-bead-9b4dfca2ff2c --- installer/settings/functions.nsh | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'installer/settings/functions.nsh') diff --git a/installer/settings/functions.nsh b/installer/settings/functions.nsh index e8655bc3..d437c9e1 100644 --- a/installer/settings/functions.nsh +++ b/installer/settings/functions.nsh @@ -24,30 +24,6 @@ Function un.DeleteIfEmpty FindClose $R0 FunctionEnd -; This is used to write a -; string to config.ini - -Function WriteToConfig - Exch $0 - Exch - Exch $1 - - FileOpen $0 $0 a - FileSeek $0 0 END - FileWrite $0 $1 - FileClose $0 - - Pop $1 - Pop $0 -FunctionEnd - -!macro WriteToConfig String File - Push "${String}" - Push "${File}" - Call WriteToConfig -!macroend -!define WriteToConfig "!insertmacro WriteToConfig" - ; Finds UltraStar Deluxe process ; -- cgit v1.2.3