Index: gcal_events.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/gcal_events/gcal_events.module,v
retrieving revision 1.23
diff -u -p -r1.23 gcal_events.module
--- gcal_events.module	29 Jan 2009 22:50:06 -0000	1.23
+++ gcal_events.module	30 Jan 2009 03:35:09 -0000
@@ -820,12 +820,6 @@ $temp_event));
       $temp_event=str_replace("#URL#", "", $temp_event);
     }
 
-    $input_format = variable_get('gcal_events_input_format', GCAL_EVENTS_DEFAULT_INPUT_FORMAT);
-    if (!filter_access($input_format)) {
-      drupal_set_message('Input Format ' . $input_format . ' is not accessible by the current user');
-      return "Error: Input format is not accessible";
-    }
-
     // Check for invalid html
     $temp_event = check_markup($temp_event, $input_format, FALSE);
 
