From 71984fb182b9a2d41a1460b56582560efb932caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 12 Dec 2007 13:12:44 +0100 Subject: Remove str_sticky attribute from xine_cfg_entry_s; ABI changes from here on again. --- include/xine.h.in | 5 ----- 1 file changed, 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: -- cgit v1.2.3