You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Merge pull request #35126 from Faless/fix/ip_unix_warnings
Remove unused ip_unix member from OSX/server.
This commit is contained in:
@@ -76,8 +76,6 @@ public:
|
||||
List<String> args;
|
||||
MainLoop *main_loop;
|
||||
|
||||
IP_Unix *ip_unix;
|
||||
|
||||
#ifdef COREAUDIO_ENABLED
|
||||
AudioDriverCoreAudio audio_driver;
|
||||
#endif
|
||||
|
||||
@@ -58,7 +58,6 @@ class OS_Server : public OS_Unix {
|
||||
bool grab;
|
||||
|
||||
virtual void delete_main_loop();
|
||||
IP_Unix *ip_unix;
|
||||
|
||||
bool force_quit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user