From c5c7853b633144ae6344f989ea14eee8b2d0938b 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/MtpTypes.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'media/mtp/MtpTypes.h') diff --git a/media/mtp/MtpTypes.h b/media/mtp/MtpTypes.h index 33cd369..ec0f867 100644 --- a/media/mtp/MtpTypes.h +++ b/media/mtp/MtpTypes.h @@ -60,11 +60,6 @@ union MtpPropertyValue { #define MTP_PARENT_ROOT 0xFFFFFFFF // parent is root of the storage #define kInvalidObjectHandle 0xFFFFFFFF -// MtpObjectHandle bits and masks -#define kObjectHandleMarkBit 0x80000000 // used for mark & sweep by MtpMediaScanner -#define kObjectHandleTableMask 0x70000000 // mask for object table -#define kObjectHandleIndexMask 0x0FFFFFFF // mask for object index in file table - class MtpStorage; class MtpDevice; class MtpProperty; -- cgit v1.1