mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Fix dead code warning for Android
This commit is contained in:
parent
0c0c04f3e8
commit
a8326a9138
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ use util::cursor::Cursor;
|
|||
use std::ptr;
|
||||
|
||||
struct HeadlessContext {
|
||||
#[allow(dead_code)]
|
||||
context: glutin::HeadlessContext,
|
||||
size: TypedSize2D<DevicePixel, uint>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue