remove define of UniqueID

This commit is contained in:
Stephen Birarda 2016-01-19 13:16:55 -08:00
parent a69b2fabd3
commit 56f6ef434d

View file

@ -1023,8 +1023,6 @@ FunctionEnd
${nsProcess::FindProcess} ${applicationName} $R0
${If} $R0 == 0
!define UniqueID ${__LINE__}
; the process is running, ask the user if they want us to close it
MessageBox MB_OK|MB_ICONEXCLAMATION \
"${displayName} cannot be ${action} while ${displayName} is running.$\r$\nPlease close ${displayName} and try again."