removed old stuff

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2894 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-09-09 21:02:25 +00:00
parent 55ac354c4c
commit dd89dc4203
14 changed files with 0 additions and 46 deletions

View file

@ -1978,26 +1978,6 @@ Var MUI_TEMP2
!macroend
!macro MUI_LANGUAGEFILE_LANGSTRING_CUSTOMDEFINE NAME DEFINE
LangString "${NAME}" 0 "${${DEFINE}}"
!undef "${NAME}"
!macroend
!macro MUI_LANGUAGEFILE_LANGSTRING_CUSTOMSTRING NAME STRING
LangString "${STRING}" 0 "${${NAME}}"
!undef "${NAME}"
!macroend
!macro MUI_LANGUAGEFILE_LANGSTRING_CUSTOMDEFINE_NOUNDEF NAME DEFINE
LangString "${NAME}" 0 "${${DEFINE}}"
!macroend
!macro MUI_LANGUAGEFILE_DEFINE DEFINE NAME
!ifndef "${DEFINE}"