mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
Remove unused private fields from cocoa HeadlessContext struct.
This commit is contained in:
parent
e18ff88d21
commit
c2537d81e8
1 changed files with 0 additions and 4 deletions
|
@ -17,8 +17,6 @@ use api::cocoa::helpers;
|
||||||
pub struct PlatformSpecificHeadlessBuilderAttributes;
|
pub struct PlatformSpecificHeadlessBuilderAttributes;
|
||||||
|
|
||||||
pub struct HeadlessContext {
|
pub struct HeadlessContext {
|
||||||
width: u32,
|
|
||||||
height: u32,
|
|
||||||
context: id,
|
context: id,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,8 +42,6 @@ impl HeadlessContext {
|
||||||
};
|
};
|
||||||
|
|
||||||
let headless = HeadlessContext {
|
let headless = HeadlessContext {
|
||||||
width: width,
|
|
||||||
height: height,
|
|
||||||
context: context,
|
context: context,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue