Fixed build for R5 target

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13936 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2005-08-11 20:50:58 +00:00
parent 2cd1ecf22d
commit fdbc56b338
2 changed files with 0 additions and 10 deletions
@@ -119,12 +119,10 @@ public:
};
#ifndef COMPILE_FOR_R5
// Initialized/finalized by init/fini_interface_kit
_BWidthBuffer_* BTextView::sWidths = NULL;
sem_id BTextView::sWidthSem = B_BAD_SEM_ID;
int32 BTextView::sWidthAtom = 0;
#endif
const static rgb_color kBlackColor = { 0, 0, 0, 255 };
const static rgb_color kBlueInputColor = { 152, 203, 255, 255 };