summaryrefslogtreecommitdiff
path: root/src/componentwrapper.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-21 00:59:38 +0200
committertroido <troido@protonmail.com>2020-09-21 00:59:38 +0200
commit92e437e50498f7705e33a556535ba39a2b918f9d (patch)
tree54c60fffdbadf0d5323e77016c11c439599e126c /src/componentwrapper.rs
parent1e7c665728eb638cdf921824f4c22f54b81f29de (diff)
made talk and reply a form of interact again
Diffstat (limited to 'src/componentwrapper.rs')
-rw-r--r--src/componentwrapper.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/componentwrapper.rs b/src/componentwrapper.rs
index 62e090e..96cedd3 100644
--- a/src/componentwrapper.rs
+++ b/src/componentwrapper.rs
@@ -234,7 +234,6 @@ components!(all:
}
};
Substitute (into: Template);
- Talkable (text: String);
Exchanger (prefix: String, exchanges: Vec<(String, Vec<ItemId>, Vec<ItemId>)>) {
Exchanger {
prefix,