diff --git a/ckeditor_link.module b/ckeditor_link.module
index 41a2b09..d07f2ea 100644
--- a/ckeditor_link.module
+++ b/ckeditor_link.module
@@ -132,7 +132,6 @@ function ckeditor_link_get_types() {
  * Implementation of hook_ckeditor_link_types().
  */
 function ckeditor_link_ckeditor_link_types() {
-  $types[] = array('type' => 'file', 'file' => 'includes/ckeditor_link.file.inc');
   $types[] = array('type' => 'node', 'file' => 'includes/ckeditor_link.node.inc');
 
   if (module_exists('taxonomy')) {
