浏览代码

remove obsolete code

Gildas 1 年之前
父节点
当前提交
c3d65fbdfa
共有 1 个文件被更改,包括 1 次插入7 次删除
  1. 1 7
      src/ui/content/content-ui.js

+ 1 - 7
src/ui/content/content-ui.js

@@ -67,9 +67,7 @@ export {
 	onStartStage,
 	onEndStage,
 	onPageLoading,
-	onLoadPage,
-	onStartStageTask,
-	onEndStageTask
+	onLoadPage
 };
 
 function promptMessage(message, defaultValue) {
@@ -152,10 +150,6 @@ function onPageLoading() { }
 
 function onLoadPage() { }
 
-function onStartStageTask() { }
-
-function onEndStageTask() { }
-
 function getSelectedLinks() {
 	let selectionFound;
 	const links = [];