mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-29 13:21:50 +00:00
remove unused vars
This commit is contained in:
+2
-5
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user