Skip to content

Commit 8647bf0

Browse files
Dave-LowndesDavid Lowndes
andauthored
Fix benign duplicate #140 insertion in asset map (#7855)
Co-authored-by: David Lowndes <David@DAVIDPCZ>
1 parent 4b34310 commit 8647bf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/surge-xt/gui/SkinImageMaps.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ inline std::unordered_set<int> allowedImageIds()
116116
allowed.insert(136);
117117
allowed.insert(137);
118118
allowed.insert(140);
119-
allowed.insert(140);
120119
allowed.insert(143);
121120
allowed.insert(144);
122121
allowed.insert(145);

0 commit comments

Comments
 (0)