« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/magic-constants.js1
-rw-r--r--src/util/wiki-data.js4
2 files changed, 0 insertions, 5 deletions
diff --git a/src/util/magic-constants.js b/src/util/magic-constants.js
index 3174dae..73fdbc6 100644
--- a/src/util/magic-constants.js
+++ b/src/util/magic-constants.js
@@ -6,6 +6,5 @@
 // All such uses should eventually be replaced with better code in due time
 // (TM).
 
-export const UNRELEASED_TRACKS_DIRECTORY = 'unreleased-tracks';
 export const OFFICIAL_GROUP_DIRECTORY = 'official';
 export const FANDOM_GROUP_DIRECTORY = 'fandom';
diff --git a/src/util/wiki-data.js b/src/util/wiki-data.js
index 6d0db2c..b4f7f21 100644
--- a/src/util/wiki-data.js
+++ b/src/util/wiki-data.js
@@ -1,9 +1,5 @@
 // Utility functions for interacting with wiki data.
 
-import {
-    UNRELEASED_TRACKS_DIRECTORY
-} from './magic-constants.js';
-
 // Generic value operations
 
 export function getKebabCase(name) {