remove unused vars

This commit is contained in:
Horcrux
2016-04-19 15:18:16 +08:00
parent 669616167d
commit c8a04c3d28
17 changed files with 162 additions and 115 deletions
+2 -5
View File
@@ -1,10 +1,9 @@
import React, {
Component,
PropTypes,
ART
PropTypes
} from 'react-native';
import Path from './Path';
import strokeFilter from '../lib/strokeFilter';
let propType = PropTypes.oneOfType([PropTypes.string, PropTypes.number]);
class Ellipse extends Component{
static displayName = 'Ellipse';
@@ -25,8 +24,6 @@ class Ellipse extends Component{
`;
return <Path
{...props}
strokeCap={null}
strokeJoin={null}
cx={null}
cy={null}
rx={null}