diff --git a/imagecache.module b/imagecache.module
index d0cc449..c0a98f1 100644
--- a/imagecache.module
+++ b/imagecache.module
@@ -89,15 +89,6 @@ function imagecache_requirements($phase) {
   $t = get_t();
 
   if ($phase == 'runtime') {
-    // Clean URLS.
-    if (!variable_get('clean_url', 0)) {
-      $requirements['clean_urls'] = array(
-        'title' => $t('Clean URLs'),
-        'value' => $t('Not enabled'),
-        'severity' => REQUIREMENT_ERROR,
-        'description' => $t('Imagecache will not operate properly if <a href="!url">Clean URLs</a> is not enabled on your site.', array('!url' => url('admin/settings/clean-urls'))),
-      ); 
-    }
     // Check for an image library.
     if (count(image_get_available_toolkits()) == 0) {
       $requirements['clean_urls'] = array(
