Remove commented code

This commit is contained in:
Jay Oster 2021-02-28 14:08:41 -08:00
parent 26ae25c3d8
commit 0709161e02

View file

@ -247,8 +247,6 @@ pub(crate) fn create_swap_chain(
surface: &wgpu::Surface,
format: wgpu::TextureFormat,
surface_size: &SurfaceSize,
// width: u32,
// height: u32,
present_mode: wgpu::PresentMode,
) -> wgpu::SwapChain {
device.create_swap_chain(