diff options
author | phintuka <phintuka> | 2006-08-18 04:24:49 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-08-18 04:24:49 +0000 |
commit | e77d85f0b2538547516f7fcf9ec9a32126629d52 (patch) | |
tree | a4acfb599f707be4347765295b63e2594342a171 | |
parent | e35c00c3f7c7d330de20dc80cb9a8e4f86733e1b (diff) | |
download | xineliboutput-e77d85f0b2538547516f7fcf9ec9a32126629d52.tar.gz xineliboutput-e77d85f0b2538547516f7fcf9ec9a32126629d52.tar.bz2 |
m_File not used anymore
-rw-r--r-- | media_player.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media_player.h b/media_player.h index 074db50b..21fe49fc 100644 --- a/media_player.h +++ b/media_player.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: media_player.h,v 1.2 2006-07-21 22:49:33 phintuka Exp $ + * $Id: media_player.h,v 1.3 2006-08-18 04:24:49 phintuka Exp $ * */ @@ -26,8 +26,6 @@ class cXinelibPlayerControl : public cControl static cXinelibPlayer *OpenPlayer(const char *file); - char *m_File; - protected: cSkinDisplayReplay *m_DisplayReplay; |