Index: /FCKeditor.Java/branches/2.4/src/main/webapp/WEB-INF/web.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/webapp/WEB-INF/web.xml	(revision 1463)
+++ /FCKeditor.Java/branches/2.4/src/main/webapp/WEB-INF/web.xml	(revision 1464)
@@ -23,5 +23,5 @@
 			net.fckeditor.connector.ConnectorServlet
 		</servlet-class>
-		<!-- 
+		 
 		<init-param>
 			<param-name>enabled</param-name>
@@ -32,5 +32,5 @@
 			<param-value>net.fckeditor.impl.SessionData</param-value>
 		</init-param>
-		 -->
+		 
 		<load-on-startup>1</load-on-startup>
 	</servlet>
@@ -42,11 +42,3 @@
 		</url-pattern>
 	</servlet-mapping>
-	<jsp-config>
-		<taglib>
-			<taglib-uri>http://www.fckeditor.net/tags</taglib-uri>
-			<taglib-location>
-				/WEB-INF/tld/FCKeditor.tld
-			</taglib-location>
-		</taglib>
-	</jsp-config>
 </web-app>
