Fix warning in gfx: "variable does not need to be mutable"

This commit is contained in:
Tetsuharu OHZEKI 2014-06-22 20:25:50 +09:00
parent f6294a67c5
commit c78216f688

View file

@ -301,7 +301,6 @@ impl<C:RenderListener + Send> RenderTask<C> {
spawn(proc() {
let mut buffer_map = buffer_map;
let mut native_graphics_context = native_graphics_context;
loop {
let render_msg: WorkerMsg = rx.recv();
let render_data = match render_msg {