reverted my "build fix" since it actually breaks the build on R5

... the problem is local to my machine... sorry about that!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17937 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2006-06-27 14:14:37 +00:00
parent a4b2ff90d8
commit 29c171b18f
-16
View File
@@ -389,22 +389,6 @@ OffscreenBitmap::View() const
// #pragma mark -
#if !__HAIKU__
inline bool
operator==(const rgb_color& a, const rgb_color& b)
{
return *(const uint32*)&a == *(const uint32*)&b;
}
inline bool
operator!=(const rgb_color& a, const rgb_color& b)
{
return *(const uint32*)&a != *(const uint32*)&b;
}
#endif
namespace BPrivate {