Remove some obsolete formatting traits.

This commit is contained in:
Ms2ger 2015-01-04 11:42:40 +01:00
parent 76b8810a86
commit be5e9b4278
3 changed files with 4 additions and 4 deletions

View file

@ -587,8 +587,8 @@ impl WorkerThread {
let mut buffer = layer_buffer.unwrap();
draw_target.snapshot().get_data_surface().with_data(|data| {
buffer.native_surface.upload(native_graphics_context!(self), data);
debug!("painting worker thread uploading to native surface {:d}",
buffer.native_surface.get_id() as int);
debug!("painting worker thread uploading to native surface {}",
buffer.native_surface.get_id());
});
return buffer
}