[vlc-devel] commit: Remove b_cache_delete ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Oct 5 14:27:47 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Oct 5 15:19:32 2008 +0300| [024c28ef8b3d83d8c5489386b85f4a2a5d975aef] | committer: Rémi Denis-Courmont
Remove b_cache_delete
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=024c28ef8b3d83d8c5489386b85f4a2a5d975aef
---
src/modules/modules.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/modules/modules.h b/src/modules/modules.h
index 2516c7c..1af2330 100644
--- a/src/modules/modules.h
+++ b/src/modules/modules.h
@@ -47,7 +47,6 @@ struct module_bank_t
/* Plugins cache */
bool b_cache;
bool b_cache_dirty;
- bool b_cache_delete;
int i_cache;
module_cache_t **pp_cache;
More information about the vlc-devel
mailing list