Removed now unused get_format_for_description and get_description_for_format
request/reply structures. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6247 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -888,27 +888,6 @@ struct server_removeitem_reply : public reply_data
|
||||
{
|
||||
};
|
||||
|
||||
struct server_get_format_for_description_request : public request_data
|
||||
{
|
||||
media_format_description description;
|
||||
};
|
||||
|
||||
struct server_get_format_for_description_reply : public reply_data
|
||||
{
|
||||
media_format format;
|
||||
};
|
||||
|
||||
struct server_get_description_for_format_request : public request_data
|
||||
{
|
||||
media_format format;
|
||||
media_format_family family;
|
||||
};
|
||||
|
||||
struct server_get_description_for_format_reply : public reply_data
|
||||
{
|
||||
media_format_description description;
|
||||
};
|
||||
|
||||
struct server_get_decoder_for_format_request : public request_data
|
||||
{
|
||||
media_format format;
|
||||
|
||||
Reference in New Issue
Block a user