summaryrefslogtreecommitdiff
path: root/table.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 13:05:34 -0500
committerJeff Carr <[email protected]>2025-09-26 13:05:34 -0500
commitda5496c32ca9dfa970ea0d42bd7ef6a9c1fc3ea0 (patch)
tree58d04666aaefdef52bf9ff738171bebba070297d /table.proto
parentd2ad8b348ac3f918cbb7ac34a541aebc0b495910 (diff)
rm oldstuffv0.0.16
Diffstat (limited to 'table.proto')
-rw-r--r--table.proto8
1 files changed, 0 insertions, 8 deletions
diff --git a/table.proto b/table.proto
index 3999482..3154568 100644
--- a/table.proto
+++ b/table.proto
@@ -58,13 +58,6 @@ message TimeCol {
repeated google.protobuf.Timestamp vals = 4; // deprecate
}
-message BoolCol {
- Widget header = 1;
- repeated Widget widgets = 2;
- ColAttr attr = 3;
- repeated bool vals = 4; // deprecate
-}
-
message AnyCol {
Widget header = 1;
repeated Widget widgets = 2;
@@ -81,7 +74,6 @@ message Table { // `autogenpb:
repeated StringCol stringCols = 6;
repeated IntCol intCols = 7;
repeated TimeCol timeCols = 8;
- repeated BoolCol boolCols = 9;
repeated ButtonCol buttonCols = 10;
repeated AnyCol anyCols = 11;
int64 height = 12; // the number of rows