about summary refs log tree commit diff stats
path: root/apps/tile/data.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tile/data.mu')
-rw-r--r--apps/tile/data.mu4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/tile/data.mu b/apps/tile/data.mu
index 03f66bd2..3cd2337d 100644
--- a/apps/tile/data.mu
+++ b/apps/tile/data.mu
@@ -28,11 +28,7 @@ type line {
 }
 
 type word {
-  # at most one of these will be non-null
   scalar-data: (handle gap-buffer)
-  text-data: (handle array byte)
-  box-data: (handle line)  # recurse
-  #
   next: (handle word)
   prev: (handle word)
 }