Bug 839265: Remove unused enum value OP_ARCTO from the PathOp::OpType enum. r=Bas

This commit is contained in:
Daniel Holbert 2013-02-17 00:49:50 -08:00
parent 7e0d47c24b
commit 45b45db03a

View File

@ -20,7 +20,6 @@ struct PathOp
OP_LINETO,
OP_BEZIERTO,
OP_QUADRATICBEZIERTO,
OP_ARCTO,
OP_CLOSE
};