mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove no-op Drop implementation from FontTable
This is no longer necessary for opting out of the Copy trait.
This commit is contained in:
parent
72125f070d
commit
998bec30cf
1 changed files with 0 additions and 5 deletions
|
@ -33,11 +33,6 @@ pub struct FontTable {
|
|||
data: CFData,
|
||||
}
|
||||
|
||||
// Noncopyable.
|
||||
impl Drop for FontTable {
|
||||
fn drop(&mut self) {}
|
||||
}
|
||||
|
||||
impl FontTable {
|
||||
pub fn wrap(data: CFData) -> FontTable {
|
||||
FontTable { data: data }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue