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 #456 from learn-co/rm-windows-v1
Browse files Browse the repository at this point in the history
Remove the v1 check on Windows
  • Loading branch information
drewprice authored May 12, 2017
2 parents 0eb9afb + b6c9af3 commit 82737c6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
5 changes: 0 additions & 5 deletions lib/learn-ide.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default {
this.subscriptions = new CompositeDisposable;

this.activateMonitor();
this.checkForV1WindowsInstall();
this.registerWindowsProtocol();
this.disableFormerPackage();

Expand Down Expand Up @@ -182,10 +181,6 @@ export default {
(this.token.get() == null) ? atomHelper.resetPackage() : logout()
},

checkForV1WindowsInstall() {
require('./windows');
},

registerWindowsProtocol() {
if (process.platform === 'win32') { require('./protocol') }
},
Expand Down
27 changes: 0 additions & 27 deletions lib/windows.coffee

This file was deleted.

28 changes: 0 additions & 28 deletions lib/windows_code.txt

This file was deleted.

0 comments on commit 82737c6

Please sign in to comment.