diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2020-01-14 19:07:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-14 19:07:55 +0100 |
commit | 562bc1941d390f2897ef04992e2bcdfda616d7a6 (patch) | |
tree | f231441b9adaa06e8ceeb1bdc3534ddbd59e40fc /platform/osx/os_osx.h | |
parent | 3d88a7bb22825025ee505b281fd92eb2c7d3cd2f (diff) | |
parent | 417c54b871623297199bf1836dca3d8256dac12c (diff) |
Merge pull request #35126 from Faless/fix/ip_unix_warnings
Remove unused ip_unix member from OSX/server.
Diffstat (limited to 'platform/osx/os_osx.h')
-rw-r--r-- | platform/osx/os_osx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index 58a47c102a..190dbcf662 100644 --- a/platform/osx/os_osx.h +++ b/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 |