mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
metadata: remove unused fields and types
BuildVersion and UseBuilt were only ever used in the .txt format, which is gone.
This commit is contained in:
parent
0d555a2fe2
commit
074ea8cae3
1 changed files with 0 additions and 4 deletions
|
@ -186,8 +186,6 @@ class App(dict):
|
|||
return Build()
|
||||
|
||||
|
||||
TYPE_UNKNOWN = 0
|
||||
TYPE_OBSOLETE = 1
|
||||
TYPE_STRING = 2
|
||||
TYPE_BOOL = 3
|
||||
TYPE_LIST = 4
|
||||
|
@ -202,8 +200,6 @@ fieldtypes = {
|
|||
'Categories': TYPE_LIST,
|
||||
'AntiFeatures': TYPE_LIST,
|
||||
'Build': TYPE_BUILD,
|
||||
'BuildVersion': TYPE_OBSOLETE,
|
||||
'UseBuilt': TYPE_OBSOLETE,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue