Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #516 from learn-co/rm-unused-learn-open
Browse files Browse the repository at this point in the history
remove unused learn open api
  • Loading branch information
drewprice authored Jul 26, 2017
2 parents 960be64 + c7f6f41 commit 01512b8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/learn-ide.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export default {

activateSubscriptions() {
this.subscriptions.add(atom.commands.add('atom-workspace', {
'learn-ide:open': e => this.learnOpen(e.detail.path),
'learn-ide:toggle-terminal': () => this.termView.toggle(),
'learn-ide:toggle-popout': () => this.termView.focusPopoutEmulator(),
'learn-ide:toggle-focus': () => this.termView.toggleFocus(),
Expand Down Expand Up @@ -228,12 +227,6 @@ export default {
statusBar.addRightTile({item: this.statusView, priority});
},

learnOpen(labSlug) {
if (labSlug != null) {
this.term.send(`learn open ${labSlug.toString()}\r`);
}
},

about() {
shell.openExternal(ABOUT_URL);
},
Expand Down

0 comments on commit 01512b8

Please sign in to comment.