[vlc-devel] commit: Unused variable. ( Rémi Duraffort )
git version control
git at videolan.org
Mon Dec 15 20:41:50 CET 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Dec 15 20:34:40 2008 +0100| [035076dcec9793fd90cfaa3869961459d5cf6901] | committer: Rémi Duraffort
Unused variable.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=035076dcec9793fd90cfaa3869961459d5cf6901
---
src/config/core.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/config/core.c b/src/config/core.c
index 9768e7f..fbd5331 100644
--- a/src/config/core.c
+++ b/src/config/core.c
@@ -534,7 +534,6 @@ void config_UnsetCallbacks( module_config_t *p_new, size_t n )
void __config_ResetAll( vlc_object_t *p_this )
{
libvlc_priv_t *priv = libvlc_priv (p_this->p_libvlc);
- int i_index;
module_t *p_module;
module_t **list = module_list_get (NULL);
More information about the vlc-devel
mailing list