Dead code elimination

This commit is contained in:
Alan Jeffrey 2019-07-18 16:48:06 -05:00
parent f2766cf6f3
commit c08ef4cb23

View file

@ -349,10 +349,6 @@ impl WebGLRenderingContext {
}
}
pub fn size(&self) -> Size2D<u32> {
self.size.get()
}
// Helper function for validating framebuffer completeness in
// calls touching the framebuffer. From the GLES 2.0.25 spec,
// page 119: