diff --git a/contrib/boids.factor b/contrib/boids.factor index ba33ad625b..83e4c69afe 100644 --- a/contrib/boids.factor +++ b/contrib/boids.factor @@ -285,24 +285,7 @@ run-boids ; ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! USING: gadgets-frames gadgets-labels gadgets-theme gadgets-grids - gadgets-editors gadgets-buttons ; - -TUPLE: field label editor quot ; - -VAR: field - -C: field ( label-text editor-text quot -- ) -[ field ] -[ field> set-field-quot - field> set-field-editor -