« get me outta code hell

yeet tons of (MOSTLY) dead node-transforming code - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/write
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-07-30 20:22:28 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-07-30 20:22:28 -0300
commit12531f8e178e0ae34ee66d441966fdc9a33dba5b (patch)
tree2fbf6dffe2c37afd25b35bc1abbf9b85174deff3 /src/write
parent8bc0bd0205983fea97803a9993225b42830544c8 (diff)
yeet tons of (MOSTLY) dead node-transforming code
Diffstat (limited to 'src/write')
-rw-r--r--src/write/bind-utilities.js29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/write/bind-utilities.js b/src/write/bind-utilities.js
index d605335..2ddc2b3 100644
--- a/src/write/bind-utilities.js
+++ b/src/write/bind-utilities.js
@@ -4,13 +4,6 @@
 
 import chroma from 'chroma-js';
 
-import {
-  replacerSpec,
-  transformInline,
-  // transformLyrics,
-  // transformMultiline,
-} from '../util/transform-content.js';
-
 import * as html from '../util/html.js';
 
 import {bindOpts} from '../util/sugar.js';
@@ -57,28 +50,6 @@ export function bindUtilities({
 
   bound.find = bindFind(wikiData, {mode: 'warn'});
 
-  bound.transformInline = bindOpts(transformInline, {
-    find: bound.find,
-    link: bound.link,
-    replacerSpec,
-    language,
-    to,
-    wikiData,
-  });
-
-  /*
-  bound.transformMultiline = bindOpts(transformMultiline, {
-    img: bound.img,
-    to,
-    transformInline: bound.transformInline,
-  });
-
-  bound.transformLyrics = bindOpts(transformLyrics, {
-    transformInline: bound.transformInline,
-    transformMultiline: bound.transformMultiline,
-  });
-  */
-
   /*
   bound.generateNavigationLinks = bindOpts(generateNavigationLinks, {
     link: bound.link,