Remove triggerCapture

This commit is contained in:
Ingvar Stepanyan
2021-07-26 13:09:38 +00:00
parent e3ea463db5
commit 1072d5faa5

View File

@@ -313,6 +313,5 @@ EMSCRIPTEN_BINDINGS(gphoto2_js_api) {
.function("capturePreviewAsBlob", &Context::capturePreviewAsBlob)
.function("captureImageAsFile", &Context::captureImageAsFile)
.function("hasPendingEvent", &Context::hasPendingEvent)
.function("triggerCapture", &Context::triggerCapture)
.function("supportedOps", &Context::supportedOps);
}