Change todo to unimplemented

This commit is contained in:
Glenn Watson 2014-12-19 05:00:43 +10:00
parent 2c150143d8
commit 95f82927b3
2 changed files with 2 additions and 2 deletions

View file

@ -281,7 +281,7 @@ pub struct WindowProxy;
impl WindowProxy {
pub fn wakeup_event_loop(&self) {
// TODO
unimplemented!()
}
}

View file

@ -89,7 +89,7 @@ pub struct WindowProxy;
impl WindowProxy {
pub fn wakeup_event_loop(&self) {
// TODO
unimplemented!()
}
}