Browse Source

Merge pull request #35126 from Faless/fix/ip_unix_warnings

Remove unused ip_unix member from OSX/server.
Fabio Alessandrelli 5 years ago
parent
commit
562bc1941d
2 changed files with 0 additions and 3 deletions
  1. 0 2
      platform/osx/os_osx.h
  2. 0 1
      platform/server/os_server.h

+ 0 - 2
platform/osx/os_osx.h

@@ -76,8 +76,6 @@ public:
 	List<String> args;
 	MainLoop *main_loop;
 
-	IP_Unix *ip_unix;
-
 #ifdef COREAUDIO_ENABLED
 	AudioDriverCoreAudio audio_driver;
 #endif

+ 0 - 1
platform/server/os_server.h

@@ -58,7 +58,6 @@ class OS_Server : public OS_Unix {
 	bool grab;
 
 	virtual void delete_main_loop();
-	IP_Unix *ip_unix;
 
 	bool force_quit;