« 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/things.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/things.js')
-rw-r--r--src/data/things.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/data/things.js b/src/data/things.js
index 97e70cd..8535830 100644
--- a/src/data/things.js
+++ b/src/data/things.js
@@ -90,9 +90,6 @@ export class WikiInfo extends CacheableObject {}
 // -> Language
 export class Language extends CacheableObject {}
 
-// -> BuildDirective
-export class BuildDirective extends CacheableObject {}
-
 // Before initializing property descriptors, set additional independent
 // constants on the classes (which are referenced later).
 
@@ -1638,13 +1635,3 @@ Object.assign(Language.prototype, {
     countTimesUsed: countHelper('timesUsed'),
     countTracks: countHelper('tracks'),
 });
-
-// -> BuildDirective
-
-BuildDirective.propertyDescriptors = {
-    // Update & expose
-
-    directive: Thing.common.directory(),
-    baseDirectory: Thing.common.directory(),
-    language: Thing.common.simpleString(),
-};