Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-04-13 13:09:37 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-04-13 13:09:37 +0400
commit2215bd601f8712977fbfc6c6b91df24ecbcbf5ed (patch)
tree1ab65996c311b508d59c9f698e9f3b2c763bb74b
parent8a238fb8f9c8fc9f2f26033aa63d55ee7f228654 (diff)
Remove unnecessary lines.v2.57
-rw-r--r--release/windows/installer/00.sconsblender.nsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/windows/installer/00.sconsblender.nsi b/release/windows/installer/00.sconsblender.nsi
index f58a98c2136..2a37f7f6ba6 100644
--- a/release/windows/installer/00.sconsblender.nsi
+++ b/release/windows/installer/00.sconsblender.nsi
@@ -88,7 +88,6 @@ Var HWND_HOMEDIR
Function .onInit
ClearErrors
- !insertmacro MULTIUSER_INIT ; Checks if user has admin rights
StrCpy $SHORTVERSION "[SHORTVERSION]"
${If} ${RunningX64}
@@ -104,7 +103,6 @@ Function .onInit
FunctionEnd
Function un.onInit
- !insertmacro MULTIUSER_UNINIT
FunctionEnd
Function DataLocation