summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpStorage.h
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-07-09 10:45:22 -0400
committerMike Lockwood <lockwood@android.com>2010-07-09 11:07:55 -0400
commitc5c7853b633144ae6344f989ea14eee8b2d0938b (patch)
tree4a8e1e1ed43746c7644830c4ed8e52b2d2b600b4 /media/mtp/MtpStorage.h
parent2b2fa12cd0aab0d6cc90274525e3ca04905aa593 (diff)
downloadframeworks_base-c5c7853b633144ae6344f989ea14eee8b2d0938b.zip
frameworks_base-c5c7853b633144ae6344f989ea14eee8b2d0938b.tar.gz
frameworks_base-c5c7853b633144ae6344f989ea14eee8b2d0938b.tar.bz2
Remove some scafolding and test code that is no longer worth maintaining.
Change-Id: I9ee62d2463d8df1246a84774e8ac7e674778279a Signed-off-by: Mike Lockwood <lockwood@android.com>
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 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