mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
more cleanup
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user