Browse Source

Removed the class attribute _fields from EmClass

Yann Weber 9 years ago
parent
commit
99ee79b894
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      EditorialModel/classes.py

+ 0
- 8
EditorialModel/classes.py View File

@@ -18,14 +18,6 @@ class EmClass(EmComponent):
18 18
 
19 19
     ranked_in = 'classtype'
20 20
 
21
-    ## @brief Specific EmClass fields
22
-    # @see EditorialModel::components::EmComponent::_fields
23
-    _fields = [
24
-        ('classtype', ftypes.EmField_char),
25
-        ('icon', ftypes.EmField_icon),
26
-        ('sortcolumn', ftypes.EmField_char)
27
-    ]
28
-
29 21
     ## EmClass instanciation
30 22
     # @todo Classtype initialisation and test is not good EmClassType should give an answer or something like that
31 23
     # @todo defines types check for icon and sortcolumn

Loading…
Cancel
Save