diff options
author | phintuka <phintuka> | 2007-01-06 04:32:27 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-01-06 04:32:27 +0000 |
commit | 6008ce02635bc62c5b7a0db4541a26f28450258b (patch) | |
tree | 397da9993b89df8cc7981b193b72e7b3e3c91014 | |
parent | 13f4c35bde179aa81a5bcdf870001d6328fe8610 (diff) | |
download | xineliboutput-6008ce02635bc62c5b7a0db4541a26f28450258b.tar.gz xineliboutput-6008ce02635bc62c5b7a0db4541a26f28450258b.tar.bz2 |
Removed (unused) Xine_Sync
-rw-r--r-- | frontend.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.h,v 1.11 2006-10-18 10:40:15 phintuka Exp $ + * $Id: frontend.h,v 1.12 2007-01-06 04:32:27 phintuka Exp $ * */ @@ -60,12 +60,9 @@ class cXinelibThread : public cThread, public cListObject int Xine_Control(const char *cmd, const char *p1); int Xine_Control(const char *cmd, int p1); int Xine_Control(const char *cmd, int64_t p1); - virtual int Xine_Control(const char *cmd) = 0; virtual int Xine_Control_Sync(const char *cmd) { return Xine_Control(cmd); } - virtual void Xine_Sync(void) {}; - // // Data transfer // |