diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-12 13:12:44 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-12 13:12:44 +0100 |
commit | 71984fb182b9a2d41a1460b56582560efb932caf (patch) | |
tree | 1bf3d92ac608d1c6872f8abaa1c47894e8b221e5 | |
parent | 8bc70eaa56c6c253f38d3990b2d55bd3f1cc6aa3 (diff) | |
download | xine-lib-71984fb182b9a2d41a1460b56582560efb932caf.tar.gz xine-lib-71984fb182b9a2d41a1460b56582560efb932caf.tar.bz2 |
Remove str_sticky attribute from xine_cfg_entry_s; ABI changes from here on again.
-rw-r--r-- | include/xine.h.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 87ca001ba..d64fada7a 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -1403,11 +1403,6 @@ struct xine_cfg_entry_s { /* type string */ char *str_value; char *str_default; -#ifndef XINE_DISABLE_DEPRECATED_FEATURES - char *str_sticky; -#else - void *dummy; -#endif /* common to range, enum, num, bool; * num_value is also used by string to indicate what's required: |