Skip to content

Commit

Permalink
Fix benign duplicate #140 insertion in asset map (#7855)
Browse files Browse the repository at this point in the history
Co-authored-by: David Lowndes <David@DAVIDPCZ>
  • Loading branch information
Dave-Lowndes and David Lowndes authored Nov 17, 2024
1 parent 4b34310 commit 8647bf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/surge-xt/gui/SkinImageMaps.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ inline std::unordered_set<int> allowedImageIds()
allowed.insert(136);
allowed.insert(137);
allowed.insert(140);
allowed.insert(140);
allowed.insert(143);
allowed.insert(144);
allowed.insert(145);
Expand Down

0 comments on commit 8647bf0

Please sign in to comment.