]> git.sesse.net Git - vlc/commitdiff
Undo erroneous commit
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 14 Apr 2007 19:07:51 +0000 (19:07 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 14 Apr 2007 19:07:51 +0000 (19:07 +0000)
src/modules/modules.h

index 969a6a82f8410d0e93bafcb06d5f0a851a5fcff3..1b86faa9423232231e9b0f471850a37d06c9302d 100644 (file)
@@ -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))