From 7b48c20c26505ddb331409798fed0aa37584f9de Mon Sep 17 00:00:00 2001 From: Reuben Dunnington Date: Tue, 22 Aug 2023 14:13:56 -0700 Subject: [PATCH] remove stray declaration --- src/app/app.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/app.h b/src/app/app.h index 88e945d..a6a4617 100644 --- a/src/app/app.h +++ b/src/app/app.h @@ -274,8 +274,6 @@ extern "C" } oc_event; - ORCA_API void oc_request_quit(void); - //NOTE: these APIs are not directly available to Orca apps #if !defined(OC_PLATFORM_ORCA) || !(OC_PLATFORM_ORCA) //--------------------------------------------------------------------