From 5233af32b92cb4be81e20b50a5a0bb818166a455 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <rem@videolan.org>
Date: Sat, 14 Apr 2007 19:07:51 +0000
Subject: [PATCH] Undo erroneous commit

---
 src/modules/modules.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/modules/modules.h b/src/modules/modules.h
index 969a6a82f8..1b86faa942 100644
--- a/src/modules/modules.h
+++ b/src/modules/modules.h
@@ -89,6 +89,7 @@ typedef void * module_handle_t;
 typedef shl_t module_handle_t;
 #endif
 
+#if 0
 /**
  * Internal module descriptor
  */
@@ -146,6 +147,7 @@ struct module_t
     module_symbols_t *p_symbols;
 #endif
 };
+#endif
 
 
 #define module_InitBank(a)     __module_InitBank(VLC_OBJECT(a))
-- 
2.25.4