remove obsolete enum type
This commit is contained in:
parent
59542eb7b1
commit
9a2c2ce14c
@ -9,7 +9,6 @@
|
||||
/* eslint-disable no-inline-comments */
|
||||
type GraphStreamCommand =
|
||||
'cn'|
|
||||
'en'|
|
||||
'cug'|
|
||||
'cdg'|
|
||||
'csg'|
|
||||
@ -20,7 +19,6 @@ type GraphStreamCommand =
|
||||
function translate_command (cmd: GraphStreamCommand|''): string {
|
||||
const translations = {
|
||||
cn: 'create node',
|
||||
en: 'end node',
|
||||
cug: 'create unordered graph',
|
||||
cdg: 'create directional graph',
|
||||
csg: 'create subgraph',
|
||||
|
Loading…
x
Reference in New Issue
Block a user