Explorar o código

remove obsolete code

Gildas hai 1 ano
pai
achega
c3d65fbdfa
Modificáronse 1 ficheiros con 1 adicións e 7 borrados
  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 = [];