#603 unwanted function removed

This commit is contained in:
agriyadev5
2021-08-23 16:03:12 +05:30
parent 1f7725b7ae
commit dee32fe8f6

View File

@@ -129,20 +129,6 @@ class MainMenu {
this.editor.updateCanvas();
this.hidePreferences();
}
/**
*
* @returns {void}
*/
clickSave() {
// In the future, more options can be provided here
const saveOpts = {
images: this.editor.configObj.pref("img_save"),
round_digits: 6
};
this.editor.svgCanvas.save(saveOpts);
}
/**
*
* @param e
@@ -210,16 +196,6 @@ class MainMenu {
}
}
/**
* By default, this.editor.svgCanvas.open() is a no-op. It is up to an extension
* mechanism (opera widget, etc.) to call `setCustomHandlers()` which
* will make it do something.
* @returns {void}
*/
clickOpen() {
this.editor.svgCanvas.open();
}
/**
*
* @returns {void}