Remove unused ip_unix member from OSX/server.

This commit is contained in:
Fabio Alessandrelli 2020-01-14 17:33:49 +01:00
parent 1bafd2d2c8
commit 417c54b871
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;