diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-11-15 20:43:11 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-11-15 20:43:11 +0000 |
commit | 8ba7feda3dbbeb3c48a98ae36e67c8d66d04c3f9 (patch) | |
tree | 2c2cbd6d1e55ec2d9dc836bc89b8efe9d0ca315c /src/xine-engine/configfile.h | |
parent | 9271a230caa25831202936e63cce3716ffe2011a (diff) | |
download | xine-lib-8ba7feda3dbbeb3c48a98ae36e67c8d66d04c3f9.tar.gz xine-lib-8ba7feda3dbbeb3c48a98ae36e67c8d66d04c3f9.tar.bz2 |
* making metronom xine_stream_t independent
* using xprintf() and lprintf() inside metronom
* prebuffer is now a metronom option
* some small structure cleanup
CVS patchset: 5737
CVS date: 2003/11/15 20:43:11
Diffstat (limited to 'src/xine-engine/configfile.h')
-rw-r--r-- | src/xine-engine/configfile.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h index 3ed73e4fb..7f28b0598 100644 --- a/src/xine-engine/configfile.h +++ b/src/xine-engine/configfile.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: configfile.h,v 1.31 2003/11/11 18:45:00 f1rmb Exp $ + * $Id: configfile.h,v 1.32 2003/11/15 20:43:12 mroi Exp $ * * config file management * @@ -64,8 +64,6 @@ struct cfg_entry_s { /* type string */ char *str_value; char *str_default; - /* FIXME: remove this member on the next sturcture cleanup */ - void *dummy; /* common to range, enum, num, bool: */ |