summaryrefslogtreecommitdiffstats
path: root/platform/javascript/os_javascript.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2019-11-29 08:54:39 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2019-12-01 21:57:18 +0200
commit2ef8c5fac5db208e8b2220f67c666cb0934c9020 (patch)
tree31f4d2f8765f86ad8b870030eba044eaec206019 /platform/javascript/os_javascript.h
parent52e3993eb0bc98b94c6d65e6901c38daae73b7fa (diff)
downloadredot-engine-2ef8c5fac5db208e8b2220f67c666cb0934c9020.tar.gz
iOS modular build and export implementation.
Diffstat (limited to 'platform/javascript/os_javascript.h')
-rw-r--r--platform/javascript/os_javascript.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/javascript/os_javascript.h b/platform/javascript/os_javascript.h
index 10676c49f7..7c97e302e9 100644
--- a/platform/javascript/os_javascript.h
+++ b/platform/javascript/os_javascript.h
@@ -35,7 +35,6 @@
#include "drivers/unix/os_unix.h"
#include "main/input_default.h"
#include "servers/audio_server.h"
-#include "servers/camera_server.h"
#include "servers/visual/rasterizer.h"
#include <emscripten/html5.h>
@@ -67,8 +66,6 @@ class OS_JavaScript : public OS_Unix {
int64_t sync_wait_time;
int64_t last_sync_check_time;
- CameraServer *camera_server;
-
static EM_BOOL fullscreen_change_callback(int p_event_type, const EmscriptenFullscreenChangeEvent *p_event, void *p_user_data);
static EM_BOOL keydown_callback(int p_event_type, const EmscriptenKeyboardEvent *p_event, void *p_user_data);