summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/mtp/MtpStorage.h')
-rw-r--r--media/mtp/MtpStorage.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/media/mtp/MtpStorage.h b/media/mtp/MtpStorage.h
index b1d4408..6097272 100644
--- a/media/mtp/MtpStorage.h
+++ b/media/mtp/MtpStorage.h
@@ -46,9 +46,6 @@ public:
inline const char* getPath() const { return mFilePath; }
bool scanFiles();
-
-private:
- int scanDirectory(const char* path, MtpObjectHandle parent);
};
}; // namespace android