diff options
author | Mike Lockwood <lockwood@android.com> | 2010-07-09 10:45:22 -0400 |
---|---|---|
committer | Mike Lockwood <lockwood@android.com> | 2010-07-09 11:07:55 -0400 |
commit | 7f53a190463274096155704276f3002c1620a364 (patch) | |
tree | 074ae70636a0169c5b07e15d1c8d64b99e564eba /media/mtp/MtpServer.h | |
parent | 723a540125f48aaf8a00b0cc5ed98fbbc01e5f14 (diff) | |
download | frameworks_av-7f53a190463274096155704276f3002c1620a364.zip frameworks_av-7f53a190463274096155704276f3002c1620a364.tar.gz frameworks_av-7f53a190463274096155704276f3002c1620a364.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.h | 1 |
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); |