]> git.sesse.net Git - vlc/commitdiff
Removing historical comment
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 23 Aug 2009 19:34:14 +0000 (22:34 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 23 Aug 2009 19:34:14 +0000 (22:34 +0300)
src/modules/modules.c

index 5e4a0bf30c17788b8adc2941df202e75a4f1e53f..972d23effaa2ec0d566a0599b7a40797cd55dc71 100644 (file)
@@ -405,11 +405,6 @@ static int modulecmp (const void *a, const void *b)
  *
  * Return the best module function, given a capability list.
  *
- * If the p_this object doesn't have it's psz_object_name set, then
- * psz_object_name will be set to the module's name, unless the user
- * provided an alias using the "module name@alias" syntax in which case
- * psz_object_name will be set to the alias.
- *
  * \param p_this the vlc object
  * \param psz_capability list of capabilities needed
  * \param psz_name name of the module asked