mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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,
|
data: CFData,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Noncopyable.
|
|
||||||
impl Drop for FontTable {
|
|
||||||
fn drop(&mut self) {}
|
|
||||||
}
|
|
||||||
|
|
||||||
impl FontTable {
|
impl FontTable {
|
||||||
pub fn wrap(data: CFData) -> FontTable {
|
pub fn wrap(data: CFData) -> FontTable {
|
||||||
FontTable { data: data }
|
FontTable { data: data }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue