Wireshark-commits: [Wireshark-commits] master 677fc33: NSIS: remove unused DisableSection and Enabl

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 26 May 2020 08:32:07 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=677fc33d5c2dde4be7dd249e0c54be0dd0d205b3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

677fc33 by Peter Wu (peter@xxxxxxxxxxxxx):

    NSIS: remove unused DisableSection and EnableSection macros
    
    These macros were added in commit 6e9e773a85fa for GTK1-related stuff
    and removed in commit 12ac5d685924 and serve no other purpose. Note that
    documentation for section flags can be found in
    https://nsis.sourceforge.io/Docs/Chapter4.html#sectionsetflags
    
    Change-Id: I6a24de8836e40e94c9a55706bdce6a64e1adb553
    Reviewed-on: https://code.wireshark.org/review/37309
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f1ef488   WSUG: Update the Configuration Files section.
     add  677fc33   NSIS: remove unused DisableSection and EnableSection macros


Summary of changes:
 packaging/nsis/wireshark.nsi | 25 -------------------------
 1 file changed, 25 deletions(-)