summaryrefslogtreecommitdiffstats
path: root/virtual-programs
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2023-09-26 20:16:19 +0000
committerOmar Rizwan <omar@omar.website>2023-09-26 20:16:25 +0000
commite065cc16657118014dcf43d9f49146e9cc99f534 (patch)
tree3d446c48fb67ec9f2ec7e405ac42eb0919e8865d /virtual-programs
parentSend a list of commands to display (diff)
downloadfolk-e065cc16657118014dcf43d9f49146e9cc99f534.tar.gz
folk-e065cc16657118014dcf43d9f49146e9cc99f534.zip
display: Revert display list stuff for now
Diffstat (limited to 'virtual-programs')
-rw-r--r--virtual-programs/display.folk7
1 files changed, 0 insertions, 7 deletions
diff --git a/virtual-programs/display.folk b/virtual-programs/display.folk
index b1610742..b07ec644 100644
--- a/virtual-programs/display.folk
+++ b/virtual-programs/display.folk
@@ -54,8 +54,6 @@ On process {
[list /someone/ wishes display runs /command/ on layer /layer/]
Wish $::thisProcess receives statements like \
[list /someone/ wishes display runs /command/]
- Wish $::thisProcess receives statements like \
- [list /someone/ wishes display runs list /commands/]
Wish $::thisProcess shares statements like \
[list /someone/ claims the display time is /displayTime/]
@@ -67,11 +65,6 @@ On process {
foreach match [Statements::findMatches {/someone/ wishes display runs /command/}] {
lappend displayList [list 0 [dict get $match command]]
}
- foreach match [Statements::findMatches {/someone/ wishes display runs list /commands/}] {
- foreach command [dict get $match commands] {
- lappend displayList [list 0 $command]
- }
- }
proc lcomp {a b} {
set layerA [lindex $a 0]