Skip to content

Commit 8f5a35e

Browse files
committed
Remove an unused function
1 parent e22fc5c commit 8f5a35e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

webextensions/edge/background.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,6 @@ const RepostConfirmationCancelerTalkClient = {
114114
return false;
115115
},
116116

117-
getBrowserName(section) {
118-
const name = section.Name.toLowerCase();
119-
120-
/* Guess the browser name from the executable path */
121-
if (name.match(/^custom/i)) {
122-
if (section.Path.match(RegExp(BROWSER, 'i')))
123-
return BROWSER;
124-
}
125-
return name;
126-
},
127-
128117
handleURL(config, url){
129118
if (!url) {
130119
console.log(`* Empty URL found`);

0 commit comments

Comments
 (0)