Removed obsolete struct.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11143 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-01-30 01:11:33 +00:00
parent c6dbc50e2b
commit 1fa9da350b

View File

@ -33,10 +33,6 @@ struct messaging_command {
char data[0];
};
struct messaging_command_new_area {
area_id area;
};
struct messaging_command_send_message {
int32 message_size;
int32 target_count;