mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
remove debug statements
This commit is contained in:
parent
3c0d5e6342
commit
ab7d2d2278
@ -70,7 +70,6 @@ osxGraphicsStateGuardian(GraphicsPipe *pipe,
|
|||||||
_aglcontext(NULL)
|
_aglcontext(NULL)
|
||||||
{
|
{
|
||||||
SharedBuffer = 1011;
|
SharedBuffer = 1011;
|
||||||
cerr << "osxGraphicsStateGuardian::osxGraphicsStateGuardian()\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
@ -80,8 +79,6 @@ osxGraphicsStateGuardian(GraphicsPipe *pipe,
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
osxGraphicsStateGuardian::~osxGraphicsStateGuardian()
|
osxGraphicsStateGuardian::~osxGraphicsStateGuardian()
|
||||||
{
|
{
|
||||||
cerr << "osxGraphicsStateGuardian::~osxGraphicsStateGuardian()\n";
|
|
||||||
|
|
||||||
if(_aglcontext != (AGLContext)NULL)
|
if(_aglcontext != (AGLContext)NULL)
|
||||||
{
|
{
|
||||||
aglDestroyContext(_aglcontext);
|
aglDestroyContext(_aglcontext);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user