diff options
Diffstat (limited to 'tools/aapt/ResourceTable.h')
-rw-r--r-- | tools/aapt/ResourceTable.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/aapt/ResourceTable.h b/tools/aapt/ResourceTable.h index aff22d4d1364..cf1e992ec330 100644 --- a/tools/aapt/ResourceTable.h +++ b/tools/aapt/ResourceTable.h @@ -203,9 +203,6 @@ public: size_t numLocalResources() const; bool hasResources() const; - bool versionForCompat(const Bundle* bundle, const String16& resourceName, - const sp<AaptFile>& file, const sp<XMLNode>& root); - status_t modifyForCompat(const Bundle* bundle); status_t modifyForCompat(const Bundle* bundle, const String16& resourceName, @@ -434,10 +431,6 @@ public: mEntries.add(config, entry); } - void removeEntry(const ResTable_config& config) { - mEntries.removeItem(config); - } - const DefaultKeyedVector<ConfigDescription, sp<Entry> >& getEntries() const { return mEntries; } private: const String16 mName; |