Removed B_REG_MIME_UNSUPPORT_TYPE.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@940 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-08-30 20:01:30 +00:00
parent 1748957b4c
commit 730441c856
2 changed files with 0 additions and 22 deletions
-21
View File
@@ -464,24 +464,3 @@ reply fields:
-----------------------------------------------------------------------
remove an app from the list of supporting apps for given types
target: mime manager (BRoster::fMimeMess)
message: B_REG_MIME_UNSUPPORT_TYPES
"type": B_STRING_TYPE
"unsupported_types": B_STRING_TYPE[]
reply: standard general result
message fields:
- "type": The signature of the application that doesn't support the
given types any longer.
- "unsupported_types": The types that aren't supported any longer.
reply fields:
- "result":
- B_OK: success
- (error code): failure
-----------------------------------------------------------------------
-1
View File
@@ -65,7 +65,6 @@ enum {
B_REG_MIME_GET_INSTALLED_TYPES = 'rgit',
B_REG_MIME_GET_INSTALLED_SUPERTYPES = 'rgis',
B_REG_MIME_GET_SUPPORTING_APPS = 'rgsa',
B_REG_MIME_UNSUPPORT_TYPES = 'rgut', //! \todo Remove once BAppFileInfo no longer uses it
};
// B_REG_MIME_SET_PARAM "which" constants