« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/yaml.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/yaml.js')
-rw-r--r--src/data/yaml.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/data/yaml.js b/src/data/yaml.js
index 7e2d824..21b56d4 100644
--- a/src/data/yaml.js
+++ b/src/data/yaml.js
@@ -11,7 +11,6 @@ import {
     Album,
     Artist,
     ArtTag,
-    BuildDirective,
     Flash,
     FlashAct,
     Group,
@@ -400,14 +399,6 @@ export const processWikiInfoDocument = makeProcessDocument(WikiInfo, {
     }
 });
 
-export const processBuildDirectiveDocument = makeProcessDocument(BuildDirective, {
-    propertyFieldMapping: {
-        directive: 'Directive',
-        baseDirectory: 'Base Directory',
-        language: 'Language',
-    }
-});
-
 export const processHomepageLayoutDocument = makeProcessDocument(HomepageLayout, {
     propertyFieldMapping: {
         sidebarContent: 'Sidebar Content'