diff --git a/misc/drupal.js b/misc/drupal.js
index e3a48d4981aa40ded3fccbf7eb73fe4e2ae48fcb..440833968a04b5ff2fb5884bf9454052116c197b 100644
--- a/misc/drupal.js
+++ b/misc/drupal.js
@@ -5,13 +5,6 @@ var Drupal = Drupal || { 'settings': {}, 'behaviors': {}, 'locale': {} };
 // Allow other JavaScript libraries to use $.
 jQuery.noConflict();
 
-// Indicate when other scripts use $ with out wrapping their code.
-if ($ === undefined) {
-  $ = function () {
-    alert('Please wrap your JavaScript code in (function ($) { ... })(jQuery); to be compatible. See http://docs.jquery.com/Using_jQuery_with_Other_Libraries.');
-  };
-}
-
 (function ($) {
 
 /**