1
0
Fork 0

Delete some unused lines committed by accident

This commit is contained in:
Jussi Viiri 2023-06-04 21:40:45 +03:00
parent f5840bc65b
commit ef64cae538

View file

@ -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,
}
}
}