Skip to content

Commit 6e32b80

Browse files
committed
Getting rid of vestigial Update method; already removed from the other
two OcrGraphics. Change-Id: I58216b78bb45d54e03299e610aad89e98ed91464
1 parent 2012092 commit 6e32b80

File tree

1 file changed

+0
-9
lines changed
  • visionSamples/ocr-reader/app/src/main/java/com/google/android/gms/samples/vision/ocrreader

1 file changed

+0
-9
lines changed

visionSamples/ocr-reader/app/src/main/java/com/google/android/gms/samples/vision/ocrreader/OcrGraphic.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,6 @@ public TextBlock getTextBlock() {
7373
return mText;
7474
}
7575

76-
/**
77-
* Updates the TextBlock instance from the detection of the most recent frame. Invalidates the
78-
* relevant portions of the overlay to trigger a redraw.
79-
*/
80-
void updateItem(TextBlock text) {
81-
mText = text;
82-
postInvalidate();
83-
}
84-
8576
/**
8677
* Checks whether a point is within the bounding box of this graphic.
8778
* The provided point should be relative to this graphic's containing overlay.

0 commit comments

Comments
 (0)