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 cf8e8792..a46bdda0 100644 --- a/xtask/src/path.rs +++ b/xtask/src/path.rs @@ -22,7 +22,3 @@ pub fn ts_queries() -> PathBuf { pub fn themes() -> PathBuf { runtime().join("themes") } - -pub fn lang_config() -> PathBuf { - project_root().join("languages.toml") -} |