diff options
Diffstat (limited to 'src/adb.h')
-rw-r--r-- | src/adb.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -102,7 +102,6 @@ struct adb_object_schema { apk_blob_t (*tostring)(struct adb_obj *, char *, size_t); int (*fromstring)(struct adb_obj *, apk_blob_t); - uint32_t (*get_default_int)(unsigned i); int (*compare)(const struct adb_obj *, const struct adb_obj *); void (*pre_commit)(struct adb_obj *); |