diff --git a/java/external/src/org/w3c/dom/html/HTMLBlockquoteElement.java b/java/external/src/org/w3c/dom/html/HTMLBlockquoteElement.java
deleted file mode 100644
index da8b868..0000000
--- a/java/external/src/org/w3c/dom/html/HTMLBlockquoteElement.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Copyright (c) 1998 World Wide Web Consortium, (Massachusetts Institute of
- * Technology, Institut National de Recherche en Informatique et en
- * Automatique, Keio University).
- * All Rights Reserved. http://www.w3.org/Consortium/Legal/
- */
-
-package org.w3c.dom.html;
-
-import org.w3c.dom.*;
-
-/**
- * ??? See the BLOCKQUOTE element definition in HTML 4.0.
- */
-public interface HTMLBlockquoteElement extends HTMLElement {
- /**
- * A URI designating a document that describes the reason forthe change. See
- * the cite attribute definition in HTML 4.0.
- */
- public String getCite();
- public void setCite(String cite);
-}
-