summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpServer.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/MtpServer.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/MtpServer.h')
-rw-r--r--media/mtp/MtpServer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/mtp/MtpServer.h b/media/mtp/MtpServer.h
index 09556b3..afba846 100644
--- a/media/mtp/MtpServer.h
+++ b/media/mtp/MtpServer.h
@@ -71,7 +71,6 @@ public:
void addStorage(const char* filePath);
inline void addStorage(MtpStorage* storage) { mStorages.push(storage); }
MtpStorage* getStorage(MtpStorageID id);
- void scanStorage();
void run();
MtpProperty* getObjectProperty(MtpPropertyCode propCode);