aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_misc.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-05-04 14:52:55 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-05-20 11:27:26 -0400
commit8ac1f18739dfd2b0c0323c66d3b65def39b271ce (patch)
treec8433a6f61ecc6415f12f08202e6620ba55135ba /org/default_misc.org
parentext_lib (external libraries dir) moved into ./misc/ (diff)
renaming
Diffstat (limited to 'org/default_misc.org')
-rw-r--r--org/default_misc.org32
1 files changed, 0 insertions, 32 deletions
diff --git a/org/default_misc.org b/org/default_misc.org
index 2ba2b8d..ab7033f 100644
--- a/org/default_misc.org
+++ b/org/default_misc.org
@@ -37,38 +37,6 @@ module doc_reform.meta.defaults;
#+NAME: meta_defaults_template_init_flags
#+BEGIN_SRC d
-template spineDocStatus() {
- @safe static auto status() {
- struct _e {
- enum sect {
- unset,
- head,
- toc,
- substantive,
- bibliography,
- glossary,
- book_index,
- blurb,
- }
- enum block {
- off,
- closing,
- code,
- poem,
- block,
- group,
- table,
- quote,
- }
- enum ocn {
- on, // 0 object_number;
- off, // 1 no object_number;
- dummy, // 2 no object_number & dummy headings
- }
- }
- return _e();
- }
-}
template spineRgxDocStructFlags() {
/+ regex flags +/
@safe static int[string] flags_type_init() {