diff options
Diffstat (limited to 'frontend_svr.h')
-rw-r--r-- | frontend_svr.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/frontend_svr.h b/frontend_svr.h index 73117944..1c657f42 100644 --- a/frontend_svr.h +++ b/frontend_svr.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend_svr.h,v 1.23 2009-03-20 07:20:53 phintuka Exp $ + * $Id: frontend_svr.h,v 1.24 2009-08-18 12:30:34 phintuka Exp $ * */ @@ -34,9 +34,6 @@ class cXinelibServer : public cXinelibThread cXinelibServer(int listen_port); virtual ~cXinelibServer(); - // Thread control - virtual void Stop(void); - protected: virtual void Action(void); |