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 | |
parent | 3d88a7bb22825025ee505b281fd92eb2c7d3cd2f (diff) | |
parent | 417c54b871623297199bf1836dca3d8256dac12c (diff) |
Merge pull request #35126 from Faless/fix/ip_unix_warnings
Remove unused ip_unix member from OSX/server.
-rw-r--r-- | platform/osx/os_osx.h | 2 | ||||
-rw-r--r-- | platform/server/os_server.h | 1 |
2 files changed, 0 insertions, 3 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 diff --git a/platform/server/os_server.h b/platform/server/os_server.h index 0aca8049f2..46ca9cb6d1 100644 --- a/platform/server/os_server.h +++ b/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; |