Refactor OS_JavaScript header
This commit is contained in:
parent
35466475fe
commit
db6be7b59f
1 changed files with 1 additions and 2 deletions
|
@ -58,6 +58,7 @@ class OS_JavaScript : public OS_Unix {
|
|||
int last_click_button_index;
|
||||
|
||||
MainLoop *main_loop;
|
||||
int video_driver_index;
|
||||
AudioDriverJavaScript audio_driver_javascript;
|
||||
|
||||
bool idb_available;
|
||||
|
@ -85,8 +86,6 @@ class OS_JavaScript : public OS_Unix {
|
|||
|
||||
static void file_access_close_callback(const String &p_file, int p_flags);
|
||||
|
||||
int video_driver_index;
|
||||
|
||||
protected:
|
||||
virtual int get_current_video_driver() const;
|
||||
|
||||
|
|
Loading…
Reference in a new issue