Removing the USING_MESSAGE4 define.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16710 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2006-03-11 18:06:46 +00:00
parent 2bf8fb3a96
commit bdbd1cb441
7 changed files with 4 additions and 66 deletions
-3
View File
@@ -5,7 +5,6 @@
* Authors:
* Michael Lotz <[email protected]>
*/
#ifdef USING_MESSAGE4
#include <DataIO.h>
#include <MessagePrivate.h>
@@ -408,5 +407,3 @@ unflatten_r5_message(uint32 format, BMessage *message, BDataIO *stream)
}
} // namespace BPrivate
#endif // USING_MESSAGE4