提交 3a88cefd 编写于 作者: J Joao Moreno

remove unused code

上级 e6d219aa
......@@ -144,30 +144,6 @@ export class ExtensionsListView extends ViewletPanel {
return await this.queryGallery(parsedQuery, options).then(successCallback).catch(errorCallback);
}
select(): void {
this.list.setSelection(this.list.getFocus());
}
showPrevious(): void {
this.list.focusPrevious();
this.list.reveal(this.list.getFocus()[0]);
}
showPreviousPage(): void {
this.list.focusPreviousPage();
this.list.reveal(this.list.getFocus()[0]);
}
showNext(): void {
this.list.focusNext();
this.list.reveal(this.list.getFocus()[0]);
}
showNextPage(): void {
this.list.focusNextPage();
this.list.reveal(this.list.getFocus()[0]);
}
count(): number {
return this.list.length;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册