Skip to content

Commit

Permalink
Remove unused converters
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogoevici authored and pmuir committed May 28, 2012
1 parent dda225d commit 35a3732
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/main/webapp/WEB-INF/taglib.xml
Expand Up @@ -4,16 +4,4 @@
<facelet-taglib>
<namespace>http://jboss.org/jdf/example/ticketmonster</namespace>

<function>
<function-name>convertCategories</function-name>
<function-class>org.jboss.jdf.example.ticketmonster.jsf.SelectItems</function-class>
<function-signature>java.util.List convertCategories(java.util.List)</function-signature>
</function>

<function>
<function-name>convertVenues</function-name>
<function-class>org.jboss.jdf.example.ticketmonster.jsf.SelectItems</function-class>
<function-signature>java.util.List convertVenues(java.util.List)</function-signature>
</function>

</facelet-taglib>

0 comments on commit 35a3732

Please sign in to comment.