diff -r 273ad375d64e -r a0573014ff4f frontlib/frontlib.h --- a/frontlib/frontlib.h Thu May 31 00:35:06 2012 +0200 +++ b/frontlib/frontlib.h Thu May 31 18:32:01 2012 +0200 @@ -28,10 +28,4 @@ */ void flib_quit(); -/** - * Start listening for a connection from the engine. - * Returns the port we are listening on, which needs to be passed to the engine. - */ -int flib_ipc_listen(); - #endif /* FRONTLIB_H_ */