diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-02-27 15:40:05 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | cf2fd4660ed50da2fbccec7912e429f1d5e37377 (patch) | |
tree | f573231485287877c84f4dfb1f0af5275c35b353 /src/sdp/output/paths_source.d | |
parent | playing with header/make substitutions (diff) |
0.25.0 remove sdlang (headers, conf, make doc)
Diffstat (limited to 'src/sdp/output/paths_source.d')
-rw-r--r-- | src/sdp/output/paths_source.d | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sdp/output/paths_source.d b/src/sdp/output/paths_source.d index 3292e6f..475df3e 100644 --- a/src/sdp/output/paths_source.d +++ b/src/sdp/output/paths_source.d @@ -311,12 +311,6 @@ template ConfigFilePaths() { E _env, ) { struct ConfFilePaths { - auto config_filename_document_sdl() { - return "sisu_document_make.sdl"; - } - auto config_filename_site_sdl() { - return "config_local_site.sdl"; - } auto config_filename_document_toml() { return "sisu_document_make.toml"; } |