From 6a6d1eab77a4d24b0b109e794d93062a4591a3f6 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Fri, 15 Jan 2010 12:01:30 +0000 Subject: [PATCH] Remove unused function SVN revision: 45182 --- src/bin/e_fm_open.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/bin/e_fm_open.c b/src/bin/e_fm_open.c index ad704f19c..fc7ad0499 100644 --- a/src/bin/e_fm_open.c +++ b/src/bin/e_fm_open.c @@ -4,16 +4,6 @@ #include #ifdef USE_IPC -static void -_ipc_socket_help(void) -{ - fputs("The E_IPC_SOCKET environment variable is not set or invalid.\n" - "This is exported by Enlightenment to all processes it launches.\n" - "This environment variable must be set and must point to " - "Enlightenment's IPC socket file (minus '|' and port number).\n", - stderr); -} - static int _ipc_server_add(void *data, int type, void *event) {