RustAudio / baseview

low-level window system interface for audio plugin UIs
Apache License 2.0
283 stars 58 forks source link

Remove unnecessary PhantomData fields from platform::WindowHandle definitions #163

Closed glowcoil closed 11 months ago

glowcoil commented 11 months ago

These PhantomData fields are redundant, as the public WindowHandle struct already contains one.