mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 21:47:19 -04: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:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user