Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/path.rs')
| -rw-r--r-- | xtask/src/path.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xtask/src/path.rs b/xtask/src/path.rs index 6f4545c2..62d884f2 100644 --- a/xtask/src/path.rs +++ b/xtask/src/path.rs @@ -18,7 +18,3 @@ pub fn ts_queries() -> PathBuf { pub fn lang_config() -> PathBuf { project_root().join("languages.toml") } - -pub fn themes() -> PathBuf { - project_root().join("runtime/themes") -} |