From 0711be59da4bbeeff1b999759d5575c2f9edce1e Mon Sep 17 00:00:00 2001 From: Andrew Quartey Date: Thu, 6 Sep 2012 20:16:30 -0400 Subject: [PATCH] Bug 788398 - Remove unused variable 'rule' in CairoPathContext::DuplicateContextAndPath r=bjacob --- gfx/2d/PathCairo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/2d/PathCairo.cpp b/gfx/2d/PathCairo.cpp index e2368a94aba8..2c3495dc305e 100644 --- a/gfx/2d/PathCairo.cpp +++ b/gfx/2d/PathCairo.cpp @@ -50,7 +50,6 @@ CairoPathContext::DuplicateContextAndPath() { // Duplicate the path. cairo_path_t* path = cairo_copy_path(mContext); - cairo_fill_rule_t rule = cairo_get_fill_rule(mContext); // Duplicate the context. cairo_surface_t* surf = cairo_get_target(mContext);