Remove unused code

pull/2/head
Deathamns 10 years ago committed by gorhill
parent 178bded97f
commit bace1708f9

@ -1556,19 +1556,6 @@ vAPI.contextMenu.create = function(details, callback) {
/******************************************************************************/
vAPI.contextMenu.remove = function() {
for ( var win of vAPI.tabs.getWindows() ) {
this.unregister(win.document);
}
this.menuItemId = null;
this.menuLabel = null;
this.contexts = null;
this.onCommand = null;
};
/******************************************************************************/
vAPI.lastError = function() {
return null;
};

Loading…
Cancel
Save