Remove duplicated code

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8440 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech 2004-07-20 15:28:03 +00:00
parent c1fa3828af
commit c4eb8432a3

View File

@ -41,8 +41,6 @@ ServerBitmap::ServerBitmap(BRect rect,color_space space, int32 flags,
{
_initialized=false;
_area=B_ERROR;
// WARNING: '1' is added to the width and height. Same is done in FBBitmap
// subclass, so if you modify here make sure to do the same under FBBitmap::SetSize(...)
_width=rect.IntegerWidth()+1;