File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
ui/src/components/SampleView Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,7 @@ export default class SampleImage extends React.Component {
54
54
this . drawGridPlugin = new DrawGridPlugin ( ) ;
55
55
this . drawGridPlugin . setGridResultFormat ( props . meshResultFormat ) ;
56
56
this . _keyPressed = null ;
57
- this . gridStarted = false ; // eslint-disable-line react/no-unused-class-component-methods
58
- this . girdOrigin = null ; // eslint-disable-line react/no-unused-class-component-methods
59
- this . lineGroup = null ; // eslint-disable-line react/no-unused-class-component-methods
60
57
this . player = null ;
61
- this . centringCross = [ ] ; // eslint-disable-line react/no-unused-class-component-methods
62
58
this . removeShapes = this . removeShapes . bind ( this ) ;
63
59
}
64
60
@@ -803,13 +799,6 @@ export default class SampleImage extends React.Component {
803
799
}
804
800
}
805
801
806
- // eslint-disable-next-line react/no-unused-class-component-methods
807
- preventAction ( e ) {
808
- e . preventDefault ( ) ;
809
- e . stopPropagation ( ) ;
810
- e . nativeEvent . stopImmediatePropagation ( ) ;
811
- }
812
-
813
802
renderSampleView ( ) {
814
803
const {
815
804
imageRatio,
@@ -929,7 +918,6 @@ export default class SampleImage extends React.Component {
929
918
setHCellSpacing = { this . setHCellSpacing }
930
919
setVCellSpacing = { this . setVCellSpacing }
931
920
gridList = { this . props . grids }
932
- currentGrid = { this . drawGridPlugin . currentGridData ( ) }
933
921
removeGrid = { this . props . sampleViewActions . deleteShape }
934
922
saveGrid = { this . saveGrid }
935
923
toggleVisibility = { this . toggleGridVisibility }
You can’t perform that action at this time.
0 commit comments