removed unneeded test

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3872 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-01-14 15:46:28 +00:00
parent 057a91aa70
commit 6008ab4265

View file

@ -56,13 +56,11 @@ unsigned int NSISCALL RefreshSectionGroups(unsigned int i) {
}
if (flags & SF_SECGRPEND) {
if (sections[sec].flags & SF_SECGRP) {
if (selected) {
if (not_selected) {
sections[sec].flags |= SF_PSELECTED;
} else {
sections[sec].flags |= SF_SELECTED;
}
if (selected) {
if (not_selected) {
sections[sec].flags |= SF_PSELECTED;
} else {
sections[sec].flags |= SF_SELECTED;
}
}