Remove unused function

SVN revision: 45182
This commit is contained in:
Sebastian Dransfeld 2010-01-15 12:01:30 +00:00
parent 68f785d92f
commit 6a6d1eab77
1 changed files with 0 additions and 10 deletions

View File

@ -4,16 +4,6 @@
#include <errno.h>
#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)
{