Bug 788398 - Remove unused variable 'rule' in CairoPathContext::DuplicateContextAndPath r=bjacob

This commit is contained in:
Andrew Quartey 2012-09-06 20:16:30 -04:00
parent 414db18df9
commit 0711be59da

View File

@ -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);