summaryrefslogtreecommitdiff
path: root/table.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-04-30 14:41:14 -0500
committerJeff Carr <[email protected]>2025-04-30 14:41:14 -0500
commiteb37c0b44927ba539c763ea55c9be95a0b1ec27f (patch)
treea3134bb07a707568fb4d76f21553147b2cd28524 /table.proto
parent91ff254e254ae833aa5db6df800f8451a2d269e8 (diff)
attempt sending a protobuf treev0.0.14v0.0.13v0.0.12v0.0.11
Diffstat (limited to 'table.proto')
-rw-r--r--table.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/table.proto b/table.proto
index 34e25a0..a27fc3c 100644
--- a/table.proto
+++ b/table.proto
@@ -7,7 +7,6 @@ package gitpb;
import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp
import "widget.proto"; // Import the well-known type for Timestamp
-
message StringRow {
Widget header = 1;
repeated string vals = 2;