From: RĂ©mi Denis-Courmont Date: Sun, 23 Aug 2009 19:34:14 +0000 (+0300) Subject: Removing historical comment X-Git-Tag: 1.1.0-ff~3983 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=372698b89ac009a080d3540a66316913aeb09b87;p=vlc Removing historical comment --- diff --git a/src/modules/modules.c b/src/modules/modules.c index 5e4a0bf30c..972d23effa 100644 --- a/src/modules/modules.c +++ b/src/modules/modules.c @@ -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