diff --git a/Dial.js b/Dial.js index 417afe3..2f10906 100644 --- a/Dial.js +++ b/Dial.js @@ -28,9 +28,6 @@ export class Dial extends Component { } this.offset = { x: 0, y: 0 } this.updateState = throttle(this.updateState.bind(this), 16) - } - - componentWillMount () { this._panResponder = PanResponder.create({ onStartShouldSetPanResponder: (e, gestureState) => true, onStartShouldSetPanResponderCapture: (e, gestureState) => {