Skip to content

Commit

Permalink
removed unused unimplemented deprecated methods from opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Feb 29, 2024
1 parent b06a0b7 commit a0d4dc4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/main/java/org/myrobotlab/service/OpenCV.java
Original file line number Diff line number Diff line change
Expand Up @@ -1157,22 +1157,6 @@ public boolean isRecording() {
return recording;
}

@Deprecated /*
* was used in SwingGui - nice feature through .. ability to
* undock displays
*/
public boolean isUndocked() {
return undockDisplay;
}

@Deprecated /* not implemented remove */
synchronized public void pauseCapture() {
// FIXME !!!
// capturing = false; NOT SURE WHAT TO DO ... PROBABLY stopCapture without
// resetting frame-index

}

/**
* conversion from buffered image to base64 encoded jpg
*
Expand Down

0 comments on commit a0d4dc4

Please sign in to comment.