diff options
Diffstat (limited to 'src/socket')
-rw-r--r-- | src/socket/ingen_socket_server.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/socket/ingen_socket_server.cpp b/src/socket/ingen_socket_server.cpp index 440f1597..b9bdc19c 100644 --- a/src/socket/ingen_socket_server.cpp +++ b/src/socket/ingen_socket_server.cpp @@ -123,12 +123,10 @@ struct ServerModule : public Ingen::Module } void load(World* world) { - world = world; thread = std::unique_ptr<std::thread>( new std::thread(ingen_listen, world, &unix_sock, &net_sock)); } - World* world; Raul::Socket unix_sock; Raul::Socket net_sock; std::unique_ptr<std::thread> thread; |