Delete some unused lines committed by accident
This commit is contained in:
parent
f5840bc65b
commit
ef64cae538
|
@ -920,14 +920,3 @@ impl DropTarget {
|
|||
S_OK
|
||||
}
|
||||
}
|
||||
|
||||
impl DropEffect {
|
||||
pub fn to_dword(&self) -> DWORD {
|
||||
match self {
|
||||
DropEffect::Copy => DROPEFFECT_COPY,
|
||||
DropEffect::Move => DROPEFFECT_MOVE,
|
||||
DropEffect::Link => DROPEFFECT_LINK,
|
||||
DropEffect::Scroll => DROPEFFECT_SCROLL,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue