summaryrefslogtreecommitdiff
path: root/src/adb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/adb.h')
-rw-r--r--src/adb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/adb.h b/src/adb.h
index fd5462b..146ad07 100644
--- a/src/adb.h
+++ b/src/adb.h
@@ -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 *);