Skip to content

Commit

Permalink
Revert "fontcache"
Browse files Browse the repository at this point in the history
This reverts commit 5272883.
  • Loading branch information
MortimerGoro committed Apr 19, 2017
1 parent 9a43a62 commit 8e90735
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 36,560 deletions.
5 changes: 0 additions & 5 deletions components/webvr/webvr_thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,7 @@ impl WebVRThread {

fn poll_events(&mut self, sender: IpcSender<bool>) {
loop {
println!("PollEvents prev");
let events = self.service.poll_events();
println!("PollEvents post {:?}", events.len());
for event in &events {
println!("VREvent: {:?}", event);
}
if events.is_empty() {
break;
}
Expand Down
Loading

0 comments on commit 8e90735

Please sign in to comment.