diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index 98d89a9a692..c100583dd76 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -1214,15 +1214,6 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
print ''."\n";
print ''."\n";
}
- // jQuery blockUI
- if (! empty($conf->global->MAIN_USE_JQUERY_BLOCKUI) || defined('REQUIRE_JQUERY_BLOCKUI'))
- {
- print ''."\n";
- print ''."\n";
- print ''."\n";
- }
// Flot
if (empty($conf->global->MAIN_DISABLE_JQUERY_FLOT) && ! defined('DISABLE_JQUERY_FLOT'))
{