more cleanup

This commit is contained in:
Todor Imreorov
2018-10-13 22:00:21 +01:00
parent 2b7caf5fac
commit 25f5550666

View File

@@ -1,7 +1,6 @@
// @flow
import optionalRequire from '../Utils/OptionalRequire.js';
import { type ExternalEditorOpenOptions } from './ResourceExternalEditor.flow';
// import ResourcesLoader from '../ResourcesLoader';
const electron = optionalRequire('electron');
const path = optionalRequire('path');
const ipcRenderer = electron ? electron.ipcRenderer : null;
@@ -9,8 +8,6 @@ const gd = global.gd;
/**
* Open JSFX to create wav resources.
* For now it can only create sound effect resources, but later on when we can store metadata,
* This code will be refactored to support editing them too.
*/
export const openJsfx = ({
project,