From 1072d5faa54fee7e8a5f825ea208a4d67abdfeb6 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Mon, 26 Jul 2021 13:09:38 +0000 Subject: [PATCH] Remove triggerCapture --- api.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/api.cpp b/api.cpp index 330f9d5..2da2239 100644 --- a/api.cpp +++ b/api.cpp @@ -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); }