summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-09-05 22:49:08 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-09-05 22:49:08 +0200
commitebf719129fddea6c2861b3dd4675dddcb7d7c201 (patch)
tree7c76382c2c7838eeabd9252e393e6ef05eea323b /glyph_board/global.m4.conf
parent395f0b4975732d2cade5f4e2c9f780148c617d2b (diff)
Balances glyph boards.
Diffstat (limited to 'glyph_board/global.m4.conf')
-rw-r--r--glyph_board/global.m4.conf10
1 files changed, 2 insertions, 8 deletions
diff --git a/glyph_board/global.m4.conf b/glyph_board/global.m4.conf
index 03345d2..4b84334 100644
--- a/glyph_board/global.m4.conf
+++ b/glyph_board/global.m4.conf
@@ -1,7 +1,3 @@
-m4_include(__MAKEFILE_DATA_DIR`/omnimods.m4.conf')m4_dnl
-m4_dnl
-m4_dnl
-m4_dnl
m4_define(`__GLYPH_BOARD_CHOOSE_STYLE',
`m4_define(`__GLYPH_BOARD',m4_defn(`$1'))m4_undefine(`$1')')m4_dnl
m4_define(`__GLYPH_SLOT_LIST',``[''$1``]'')m4_dnl
@@ -15,8 +11,7 @@ m4_define(`__GLYPH_BOARD_ERLANG_STYLE',`from_id (<<"`$1'">>) ->
{
id = <<"$1">>,
name = <<"$2">>,
- slots = $3,
- omnimods = __OMNIMODS($4, $5, $6)
+ slots = $3
};
')m4_dnl
m4_define(`__GLYPH_BOARD_USE_ERLANG_STYLE',
@@ -28,8 +23,7 @@ m4_define(`__GLYPH_BOARD_JSON_STYLE',` {
"msg": "add_glyph_board",
"id": "$1",
"nam": "$2",
- "slot": $3,
- "omni": __OMNIMODS($4, $5, $6)
+ "slot": $3
},
')m4_dnl
m4_define(`__GLYPH_BOARD_USE_JSON_STYLE',