Remove debug output
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15798 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
bf9071ee27
commit
598ed29546
@ -84,7 +84,6 @@ BPicture::BPicture(const BPicture &otherPicture)
|
||||
return;
|
||||
}
|
||||
|
||||
printf("Shouldn't be here\n");
|
||||
if (otherPicture.extent->fNewData != NULL) {
|
||||
extent->fNewSize = otherPicture.extent->fNewSize;
|
||||
extent->fNewData = malloc(extent->fNewSize);
|
||||
|
Loading…
x
Reference in New Issue
Block a user