diff options
author | phintuka <phintuka> | 2006-10-23 20:09:04 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-10-23 20:09:04 +0000 |
commit | 012935fad3526428e3e3bbf6d3077fde4adcaeba (patch) | |
tree | a05724b88a131adbf8e3ce02f16b11e5cbcc2544 | |
parent | 2aedaabd2dfc87ae2eec2f42100bb66699b6877d (diff) | |
download | xineliboutput-012935fad3526428e3e3bbf6d3077fde4adcaeba.tar.gz xineliboutput-012935fad3526428e3e3bbf6d3077fde4adcaeba.tar.bz2 |
removed unnecessary forward declaration
-rw-r--r-- | osd.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: osd.h,v 1.2 2006-08-07 21:09:16 phintuka Exp $ + * $Id: osd.h,v 1.3 2006-10-23 20:09:04 phintuka Exp $ * */ @@ -49,7 +49,6 @@ class cXinelibOsd : public cOsd, public cListObject virtual ~cXinelibOsd(); }; -class cMutex; class cXinelibOsdProvider : public cOsdProvider { |