mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Remove code for unused message
This commit is contained in:
parent
5856fab2d7
commit
4ce3ff2e04
1 changed files with 0 additions and 4 deletions
|
@ -642,10 +642,6 @@ const onPickerMessage = function(msg) {
|
|||
}
|
||||
break;
|
||||
}
|
||||
case 'svgListening': {
|
||||
svgListening(msg.on);
|
||||
break;
|
||||
}
|
||||
case 'svgPaths': {
|
||||
let { ocean, islands } = msg;
|
||||
ocean += islands;
|
||||
|
|
Loading…
Reference in a new issue