removed debugger call
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7272 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1c47da1361
commit
e2ed67d283
@ -140,9 +140,6 @@ get_pio(png_structp ppng)
|
|||||||
{
|
{
|
||||||
BPositionIO *pio = NULL;
|
BPositionIO *pio = NULL;
|
||||||
pio = static_cast<BPositionIO *>(png_get_io_ptr(ppng));
|
pio = static_cast<BPositionIO *>(png_get_io_ptr(ppng));
|
||||||
if (!pio)
|
|
||||||
debugger("pio is NULL");
|
|
||||||
|
|
||||||
return pio;
|
return pio;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user