Fixed build for R5 target

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20057 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2007-02-03 12:14:00 +00:00
parent c392233749
commit 2709c7813e
1 changed files with 0 additions and 10 deletions

View File

@ -132,16 +132,6 @@ MonitorView::SetResolution(int32 width, int32 height)
}
#ifdef HAIKU_TARGET_PLATFORM_BEOS
// r5 doesn't have this one
bool
operator!=(const rgb_color &a, const rgb_color &b)
{
return a.red != b.red || a.green != b.green || a.blue != b.blue;
}
#endif
void
MonitorView::MessageReceived(BMessage* message)
{