summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-01-06 04:32:27 +0000
committerphintuka <phintuka>2007-01-06 04:32:27 +0000
commit6008ce02635bc62c5b7a0db4541a26f28450258b (patch)
tree397da9993b89df8cc7981b193b72e7b3e3c91014
parent13f4c35bde179aa81a5bcdf870001d6328fe8610 (diff)
downloadxineliboutput-6008ce02635bc62c5b7a0db4541a26f28450258b.tar.gz
xineliboutput-6008ce02635bc62c5b7a0db4541a26f28450258b.tar.bz2
Removed (unused) Xine_Sync
-rw-r--r--frontend.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/frontend.h b/frontend.h
index d5bfa7e2..1d968eb6 100644
--- a/frontend.h
+++ b/frontend.h
@@ -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
//