Skip to content

Commit

Permalink
code review: fixed missed compression levels by brotli, etc (commente…
Browse files Browse the repository at this point in the history
…d for some reason for "Swfc" in mainline, but got mistakenly expanded by merge for another methods); removed double MD5 menuitem
  • Loading branch information
sebres committed Feb 12, 2025
1 parent 4d2568f commit 449b815
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CPP/7zip/UI/FileManager/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ BEGIN
MENUITEM "MD2", IDM_MD2
MENUITEM "MD4", IDM_MD4
MENUITEM "MD5", IDM_MD5
MENUITEM "MD5", IDM_MD5
MENUITEM "SHA-1", IDM_SHA1
MENUITEM "SHA-256", IDM_SHA256
MENUITEM "SHA-384", IDM_SHA384
Expand Down
2 changes: 1 addition & 1 deletion CPP/7zip/UI/GUI/CompressDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ static const CFormatInfo g_Formats[] =
METHODS_PAIR(g_ZstdMethods),
kFF_MultiThread
},
/*
{
"Brotli",
(1 << 0) | (1 << 1) | (1 << 3) | (1 << 6) | (1 << 9) | (1 << 11),
Expand All @@ -425,6 +424,7 @@ static const CFormatInfo g_Formats[] =
METHODS_PAIR(g_Lz5Methods),
kFF_MultiThread
},
/*
{
"Swfc",
(1 << 1) | (1 << 3) | (1 << 5) | (1 << 7) | (1 << 9),
Expand Down

0 comments on commit 449b815

Please sign in to comment.