remove debug statements
This commit is contained in:
parent
3c0d5e6342
commit
ab7d2d2278
|
|
@ -70,7 +70,6 @@ osxGraphicsStateGuardian(GraphicsPipe *pipe,
|
|||
_aglcontext(NULL)
|
||||
{
|
||||
SharedBuffer = 1011;
|
||||
cerr << "osxGraphicsStateGuardian::osxGraphicsStateGuardian()\n";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
@ -80,8 +79,6 @@ osxGraphicsStateGuardian(GraphicsPipe *pipe,
|
|||
////////////////////////////////////////////////////////////////////
|
||||
osxGraphicsStateGuardian::~osxGraphicsStateGuardian()
|
||||
{
|
||||
cerr << "osxGraphicsStateGuardian::~osxGraphicsStateGuardian()\n";
|
||||
|
||||
if(_aglcontext != (AGLContext)NULL)
|
||||
{
|
||||
aglDestroyContext(_aglcontext);
|
||||
|
|
|
|||
Loading…
Reference in New Issue