web/views/schema.py
branchstable
changeset 2276 33e7488a407c
parent 2231 d2052c3ccac7
child 2277 a3622e6c34ee
--- a/web/views/schema.py	Mon Jul 06 13:24:10 2009 +0200
+++ b/web/views/schema.py	Mon Jul 06 13:58:47 2009 +0200
@@ -285,11 +285,6 @@
 
 ### facets
 
-class CWMetaFacet(AttributeFacet):
-    id = 'cwmeta-facet'
-    __select__ = AttributeFacet.__select__ & implements('CWEType')
-    rtype = 'meta'
-
 class CWFinalFacet(AttributeFacet):
     id = 'cwfinal-facet'
     __select__ = AttributeFacet.__select__ & implements('CWEType')