Remove unused multi_buffer::FromAnchor trait
This commit is contained in:
parent
0faf5308ac
commit
06d2cdc20d
1 changed files with 0 additions and 4 deletions
|
@ -64,10 +64,6 @@ pub trait ToPoint: 'static + fmt::Debug {
|
|||
fn to_point(&self, snapshot: &MultiBufferSnapshot) -> Point;
|
||||
}
|
||||
|
||||
pub trait FromAnchor: 'static {
|
||||
fn from_anchor(anchor: &Anchor, snapshot: &MultiBufferSnapshot) -> Self;
|
||||
}
|
||||
|
||||
struct BufferState {
|
||||
buffer: ModelHandle<Buffer>,
|
||||
last_version: clock::Global,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue