Commit 417c54b8 by Fabio Alessandrelli

Remove unused ip_unix member from OSX/server.

parent 1bafd2d2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment