mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
Bug 788398 - Remove unused variable 'rule' in CairoPathContext::DuplicateContextAndPath r=bjacob
This commit is contained in:
parent
414db18df9
commit
0711be59da
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user