Remove Anchor from protocol

This commit is contained in:
Nathan Sobo 2021-10-26 12:04:04 -06:00
parent ab4f90a20a
commit 1a92a19954

View File

@ -245,16 +245,6 @@ message Selection {
bool reversed = 4;
}
message Anchor {
repeated VectorClockEntry version = 1;
uint64 offset = 2;
Bias bias = 3;
enum Bias {
LEFT = 0;
Right = 1;
}
}
message Operation {
oneof variant {
Edit edit = 1;