Index: /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/FCKeditor.java
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/FCKeditor.java	(revision 1489)
+++ /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/FCKeditor.java	(revision 1490)
@@ -268,13 +268,3 @@
 		return tag.toString();
 	}
-
-	/**
-	 * Checks the compatibility of the browser of the current request.
-	 * 
-	 * @return True, if compatible or false.
-	 * @see Compatibility#check(String)
-	 */
-	public boolean isCompatibleBrowser() {
-		return (request != null) ? Compatibility.check(request.getHeader("user-agent")) : false;
-	}
 }
