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 1485)
+++ /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/FCKeditor.java	(revision 1486)
@@ -278,23 +278,3 @@
 		return (request != null) ? Compatibility.check(request.getHeader("user-agent")) : false;
 	}
-	
-	/**
-	 * Checks, if the current user is enabled for file browsing.
-	 * 
-	 * @return
-	 * @see {@link ConfigurationHandler#isEnabledForFileBrowsing(HttpServletRequest)}
-	 */
-	public boolean isEnabledForFileBrowsing() {
-		return ConfigurationHandler.isEnabledForFileBrowsing(request);
-	}
-	
-	/**
-	 * Checks, if the current user is enabled for file upload.
-	 * 
-	 * @return
-	 * @see {@link ConfigurationHandler#isEnabledForFileUpload(HttpServletRequest)}
-	 */
-	public boolean isEnabledForFileUpload() {
-		return ConfigurationHandler.isEnabledForFileUpload(request);
-	}
 }
Index: /FCKeditor.Java/branches/2.4/src/main/webapp/jsp/sample01.jsp
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/webapp/jsp/sample01.jsp	(revision 1485)
+++ /FCKeditor.Java/branches/2.4/src/main/webapp/jsp/sample01.jsp	(revision 1486)
@@ -46,6 +46,4 @@
 		<ul>
 			<li>Browser is compatible: <%out.print(fckEditor.isCompatibleBrowser());%></li>
-			<li>User is enabled for file browsing: <%out.print(fckEditor.isEnabledForFileBrowsing());%></li>
-			<li>User is enabled for file upload: <%out.print(fckEditor.isEnabledForFileUpload());%></li>
 		</ul>
 		<hr />
