remove useless function

This commit is contained in:
Maik Klein 2017-06-04 11:11:34 +02:00
parent 141215bf86
commit 3af05f10f4

View file

@ -21,10 +21,6 @@ struct Vertex {
uv: [f32; 2],
}
pub fn test(r: Result<u32, vk::Result>) -> Result<(), vk::Result> {
r?;
Ok(())
}
fn main() {
unsafe {
let base = ExampleBase::new(1920, 1080);