Remove obsolete copy_pixbuf() function

This is now in gdk_pixbuf library anyway.
This commit is contained in:
2017-07-22 17:11:55 +02:00
parent 7904c00aa8
commit ef2eb24328
2 changed files with 1 additions and 18 deletions

View File

@@ -222,7 +222,7 @@ impl VolMeter {
let i_width = pixbuf.get_width() as i64;
let i_height = pixbuf.get_height() as i64;
let new_pixbuf = copy_pixbuf(pixbuf);
let new_pixbuf = pixbuf.copy();
let vm_width = i_width / 6;
let x = (self.x_offset_pct as f64 *