diff --git a/modules/system/system.js b/modules/system/system.js
index 7062549c848f109f5d3840cc1f467384d8be51d7..5446d28a370a17b585da117bd3ba873aab03ec1d 100644
--- a/modules/system/system.js
+++ b/modules/system/system.js
@@ -113,19 +113,6 @@ Drupal.behaviors.dateTime = {
   }
 };
 
-/**
- * Show the powered by Drupal image preview
- */
-Drupal.behaviors.poweredByPreview = {
-  attach: function (context, settings) {
-    $('#edit-color, #edit-size').change(function () {
-      var path = settings.basePath + 'misc/' + $('#edit-color').val() + '-' + $('#edit-size').val() + '.png';
-      $('img.powered-by-preview').attr('src', path);
-    });
-  }
-};
-
-
  /**
  * Show/hide settings for page caching depending on whether page caching is
  * enabled or not.