[librsvg: 27/90] clip_path.rs: Remove superfluous rebinding of the cr



commit d49e82ef742ded6a9c048c04581916d4a0e8f2fb
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Mar 13 16:29:59 2019 -0600

    clip_path.rs: Remove superfluous rebinding of the cr

 rsvg_internals/src/clip_path.rs | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/rsvg_internals/src/clip_path.rs b/rsvg_internals/src/clip_path.rs
index 9c22c1a8..4f8f6aff 100644
--- a/rsvg_internals/src/clip_path.rs
+++ b/rsvg_internals/src/clip_path.rs
@@ -63,7 +63,6 @@ impl NodeClipPath {
 
         cr.set_matrix(save_affine);
 
-        let cr = draw_ctx.get_cairo_context();
         cr.clip();
 
         res


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]