File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ papaya.viewer.Viewer.prototype.drawViewer = function (force, skipUpdate) {
107
107
108
108
} ;
109
109
110
-
110
+ /*
111
111
papaya.viewer.Viewer.prototype.convertScreenToImageCoordinateX = function (xLoc, screenSlice) {
112
112
return papaya.viewer.Viewer.validDimBounds((xLoc - screenSlice.finalTransform[0][2]) / screenSlice.finalTransform[0][0],
113
113
screenSlice.xDim);
@@ -117,7 +117,7 @@ papaya.viewer.Viewer.prototype.convertScreenToImageCoordinateY = function (yLoc,
117
117
return papaya.viewer.Viewer.validDimBounds((yLoc - screenSlice.finalTransform[1][2]) / screenSlice.finalTransform[1][1],
118
118
screenSlice.yDim);
119
119
};
120
-
120
+ */
121
121
var fill_all_points = function ( matrix_coor ) {
122
122
if ( matrix_coor ) {
123
123
You can’t perform that action at this time.
0 commit comments