Merge pull request #35126 from Faless/fix/ip_unix_warnings

Remove unused ip_unix member from OSX/server.
This commit is contained in:
Fabio Alessandrelli 2020-01-14 19:07:55 +01:00 committed by GitHub
commit 562bc1941d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

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

View File

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