mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
auto merge of #1401 : saneyuki/servo/unused, r=metajack
Fix this warning: ``` servo/src/components/gfx/platform/macos/font_list.rs:6:4: 6:42 warning: unused import, #[warn(unused_imports)] on by default servo/src/components/gfx/platform/macos/font_list.rs:6 use font_context::FontContextHandleMethods; ```
This commit is contained in:
commit
2ecafee5a5
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use font::FontHandleMethods;
|
||||
use font_context::FontContextHandleMethods;
|
||||
use font_list::{FontEntry, FontFamily, FontFamilyMap};
|
||||
use platform::macos::font::FontHandle;
|
||||
use platform::macos::font_context::FontContextHandle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue