From 307dd1344664a2561728aa0b86e790ca1245d7e5 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 10 Mar 2007 12:55:33 +0000 Subject: [PATCH] LOGICLIB_SECTIONCMP is no longer required git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4988 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/LogicLib.nsh | 1 - 1 file changed, 1 deletion(-) diff --git a/Include/LogicLib.nsh b/Include/LogicLib.nsh index 66b6f6e7..fc44fdb2 100644 --- a/Include/LogicLib.nsh +++ b/Include/LogicLib.nsh @@ -61,7 +61,6 @@ ; ${SectionIsSectionGroupEnd} a; ${SectionIsBold} a; ; ${SectionIsReadOnly} a; ${SectionIsExpanded} a; ; ${SectionIsPartiallySelected} a -; - Requires a !define LOGICLIB_SECTIONCMP above !include LogicLib.nsh ; ; Examples: ; See LogicLib.nsi in the Examples folder for lots of example usage.