diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-02-02 08:18:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-02 08:18:42 +0100 |
commit | 40e4c1f6abbe5569a3c2f91d48b9770c8e97ea0d (patch) | |
tree | 12ba447a51df6e9a21d34df6ffdca8b1595e3f96 /platform/javascript/os_javascript.h | |
parent | 869d710198af9eb3dfee3e167cb432389d04f76d (diff) | |
parent | e06edc67c049c65c3952a8447e22717a0f492020 (diff) |
Merge pull request #7689 from eska014/webgl2
Enable WebGL2 in web export, start fixing build
Diffstat (limited to 'platform/javascript/os_javascript.h')
-rw-r--r-- | platform/javascript/os_javascript.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/javascript/os_javascript.h b/platform/javascript/os_javascript.h index d11494a8aa..582f128ce8 100644 --- a/platform/javascript/os_javascript.h +++ b/platform/javascript/os_javascript.h @@ -33,8 +33,6 @@ #include "drivers/unix/os_unix.h" #include "os/main_loop.h" #include "servers/physics/physics_server_sw.h" -#include "servers/spatial_sound/spatial_sound_server_sw.h" -#include "servers/spatial_sound_2d/spatial_sound_2d_server_sw.h" #include "servers/audio_server.h" #include "servers/physics_2d/physics_2d_server_sw.h" #include "servers/visual/rasterizer.h" @@ -70,7 +68,6 @@ private: int64_t time_to_save_sync; int64_t last_sync_time; - Rasterizer *rasterizer; VisualServer *visual_server; PhysicsServer *physics_server; Physics2DServer *physics_2d_server; @@ -165,8 +162,6 @@ public: void set_opengl_extensions(const char* p_gl_extensions); - void reload_gfx(); - virtual Error shell_open(String p_uri); virtual String get_data_dir() const; String get_executable_path() const; |