]> git.sesse.net Git - vlc/blobdiff - src/modules/modules.h
modules: remove an unused define and assert if we try to add too many shortcuts.
[vlc] / src / modules / modules.h
index a566019ffdbf698c3ef7469c670e7d1598c15b7c..60b00eee01a83149e705f696f38019085381b375 100644 (file)
 #ifndef LIBVLC_MODULES_H
 # define LIBVLC_MODULES_H 1
 
-
-/* Number of tries before we unload an unused module */
-#define MODULE_HIDE_DELAY 50
-
 /*****************************************************************************
  * module_bank_t: the module bank
  *****************************************************************************