From 7f53a190463274096155704276f3002c1620a364 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Fri, 9 Jul 2010 10:45:22 -0400 Subject: Remove some scafolding and test code that is no longer worth maintaining. Change-Id: I9ee62d2463d8df1246a84774e8ac7e674778279a Signed-off-by: Mike Lockwood --- media/mtp/MtpStorage.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'media/mtp/MtpStorage.h') diff --git a/media/mtp/MtpStorage.h b/media/mtp/MtpStorage.h index 6097272..b13b926 100644 --- a/media/mtp/MtpStorage.h +++ b/media/mtp/MtpStorage.h @@ -22,7 +22,6 @@ namespace android { class MtpDatabase; -class SqliteStatement; class MtpStorage { @@ -44,8 +43,6 @@ public: uint64_t getFreeSpace(); const char* getDescription() const; inline const char* getPath() const { return mFilePath; } - - bool scanFiles(); }; }; // namespace android -- cgit v1.1