Remove not used SUPPORTED_FIELD_REFERECES variable.

This commit is contained in:
Christopher Ramírez 2014-07-20 15:58:18 -06:00
parent f6a78cb4b2
commit aa1bc46ab1

View file

@ -71,8 +71,6 @@ FLOW_REFERENCES = {
'after::cell' : 'table:table-cell',
}
SUPPORTED_FIELD_REFERECES = ['text:p', 'table:table-row', 'table:table-cell']
# ---- Exceptions
class SecretaryError(Exception):
pass