From 29c171b18f47fdb546f81901e149a546661e4dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 27 Jun 2006 14:14:37 +0000 Subject: [PATCH] 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 --- src/kits/tracker/Utilities.cpp | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/kits/tracker/Utilities.cpp b/src/kits/tracker/Utilities.cpp index e0ee2ad79c..bba91b5b1f 100644 --- a/src/kits/tracker/Utilities.cpp +++ b/src/kits/tracker/Utilities.cpp @@ -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 {