Removing HistoryInterface (no longer needed)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2024-10-11 02:35:13 +02:00
parent b91dbfb311
commit 82e6d2ffe3
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 1 additions and 10 deletions

View file

@ -17,7 +17,7 @@
*/ */
import { Module } from "./common.mjs" import { Module } from "./common.mjs"
import { HelperInterface, HistoryInterface, NUMBER, STRING } from "./interface.mjs" import { HelperInterface, NUMBER, STRING } from "./interface.mjs"
import { BaseEvent } from "../events.mjs" import { BaseEvent } from "../events.mjs"
import { Action, Actions } from "../history/index.mjs" import { Action, Actions } from "../history/index.mjs"

View file

@ -85,15 +85,6 @@ export class DialogInterface extends Interface {
show = FUNCTION show = FUNCTION
} }
export class HistoryInterface extends Interface {
undo = FUNCTION
redo = FUNCTION
clear = FUNCTION
addToHistory = FUNCTION
unserialize = FUNCTION
serialize = FUNCTION
}
export class LatexInterface extends Interface { export class LatexInterface extends Interface {
/** /**
* @param {string} markup - LaTeX markup to render * @param {string} markup - LaTeX markup to render