aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/setup.nsi.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/share/setup.nsi.in b/share/setup.nsi.in
index ebffb3b85..c062f96a3 100644
--- a/share/setup.nsi.in
+++ b/share/setup.nsi.in
@@ -83,10 +83,6 @@ Section -Main SEC0000
File /r @abs_top_srcdir@/doc\*.*
SetOutPath $INSTDIR
WriteRegStr HKCU "${REGKEY}\Components" Main 1
-
- # Remove old wxwidgets-based-bitcoin executable and locales:
- Delete /REBOOTOK $INSTDIR\@[email protected]
- RMDir /r /REBOOTOK $INSTDIR\locale
SectionEnd
Section -post SEC0001