aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/spine.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc_reform/spine.d')
-rwxr-xr-xsrc/doc_reform/spine.d5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/doc_reform/spine.d b/src/doc_reform/spine.d
index 2b768d9..aacdaab 100755
--- a/src/doc_reform/spine.d
+++ b/src/doc_reform/spine.d
@@ -113,7 +113,6 @@ string program_name = "spine";
"abstraction" : false,
"allow-downloads" : false,
"assertions" : false,
- "cgi-search-form-codegen" : false,
"concordance" : false,
"dark" : false,
"debug" : false,
@@ -197,7 +196,6 @@ string program_name = "spine";
"abstraction", "document abstraction", &opts["abstraction"],
"allow-downloads", "allow downloads (includes cgi.d from github)", &opts["allow-downloads"],
"assert", "set optional assertions on", &opts["assertions"],
- "cgi-search-form-codegen", "generates (pre-compiled) d code for search of specified db", &opts["cgi-search-form-codegen"],
"cgi-bin-root", "path to cgi-bin directory", &settings["cgi-bin-root"],
"cgi-url-root", "url to cgi-bin (to find cgi-bin)", &settings["cgi-url-root"],
"cgi-url-action", "url to post to cgi-bin search form", &settings["cgi-url-action"],
@@ -285,9 +283,6 @@ string program_name = "spine";
@trusted bool assertions() {
return opts["assertions"];
}
- @trusted bool cgi_search_form_codegen() {
- return opts["cgi-search-form-codegen"];
- }
@trusted bool concordance() {
return opts["concordance"];
}