aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--samsung-ipc/ipc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/samsung-ipc/ipc.c b/samsung-ipc/ipc.c
index ecb2ad2..2119464 100644
--- a/samsung-ipc/ipc.c
+++ b/samsung-ipc/ipc.c
@@ -71,10 +71,6 @@ struct ipc_client* ipc_client_new(int client_type)
client->handlers = (struct ipc_handlers *) malloc(sizeof(struct ipc_handlers));
client->log_handler = log_handler_default;
- /* FIXME: WE DONT WANT THIS FOR FSO!!! */
- /* Set default handlers */
- ipc_client_set_handlers(client, &ipc_default_handlers);
-
return client;
}