remove unused requires

This commit is contained in:
Joao Moreno
2016-02-09 15:30:35 +01:00
parent cf6884c01e
commit 7fd66ab5a3

View File

@@ -4,8 +4,6 @@
*--------------------------------------------------------------------------------------------*/
var path = require('path');
var fs = require('fs');
var app = require('electron').app;
var loader = require('./vs/loader');
function uriFromPath(_path) {