diff -r d240f0a77280 -r 780c925249c1 mmappcomponents/mmmtpdataprovider/inc/mmmtpvideodbdefs.h --- a/mmappcomponents/mmmtpdataprovider/inc/mmmtpvideodbdefs.h Mon Mar 15 12:42:31 2010 +0200 +++ b/mmappcomponents/mmmtpdataprovider/inc/mmmtpvideodbdefs.h Wed Mar 31 22:26:09 2010 +0300 @@ -53,7 +53,6 @@ _LIT( KMtpVideoEncodingProfile, "EncodingProfile" ); _LIT( KMtpVideoParentalRating, "ParentalRating" ); -_LIT( KMtpVideoUseCount , "UseCount" ); _LIT( KMtpVideoDRM, "DRM" ); _LIT( KMtpVideoDeleted, "Deleted" ); @@ -86,7 +85,6 @@ _LIT( KMtpVideoEncodingProfileType, " LONG VARCHAR" ); _LIT( KMtpVideoParentalRatingType, " LONG VARCHAR" ); -_LIT( KMtpVideoUseCountType, " UNSIGNED INTEGER" ); _LIT( KMtpVideoDRMType, " UNSIGNED SMALLINT" ); _LIT( KMtpVideoDeletedType, " BIT" );