1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Remove code for unused message

This commit is contained in:
Raymond Hill 2020-09-03 10:56:29 -04:00
parent 5856fab2d7
commit 4ce3ff2e04
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -642,10 +642,6 @@ const onPickerMessage = function(msg) {
}
break;
}
case 'svgListening': {
svgListening(msg.on);
break;
}
case 'svgPaths': {
let { ocean, islands } = msg;
ocean += islands;