diff options
| author | Omar Rizwan <omar@omar.website> | 2023-09-26 20:16:19 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2023-09-26 20:16:25 +0000 |
| commit | e065cc16657118014dcf43d9f49146e9cc99f534 (patch) | |
| tree | 3d446c48fb67ec9f2ec7e405ac42eb0919e8865d /virtual-programs | |
| parent | Send a list of commands to display (diff) | |
| download | folk-e065cc16657118014dcf43d9f49146e9cc99f534.tar.gz folk-e065cc16657118014dcf43d9f49146e9cc99f534.zip | |
display: Revert display list stuff for now
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/display.folk | 7 |
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] |
