miinitext: drop sentinel detection during LoadExtension

All the sentinels from the extension lists were removed, thus the only
case were this would trigger is when the code is broken badly.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Emil Velikov 2013-09-26 20:08:56 +01:00
parent 6fea450d41
commit 5ff34b5a0b

View File

@ -369,9 +369,6 @@ LoadExtension(const ExtensionModule * e, Bool builtin)
{
ExtensionModule *newext;
if (e == NULL || e->name == NULL)
return;
/* Make sure built-in extensions get added to the list before those
* in modules. */
AddStaticExtensions();