No idea what maOwnContextMemory is

Change-Id: I8ebda0c7da3cb663802fb8b05a98115db7589e09
This commit is contained in:
Tor Lillqvist
2013-12-02 17:29:42 +02:00
parent 1cb1dca126
commit c27c01e248
2 changed files with 0 additions and 2 deletions

View File

@@ -320,7 +320,6 @@ AquaSalGraphics::~AquaSalGraphics()
// destroy backbuffer bitmap context that we created ourself
CGContextRelease( mrContext );
mrContext = NULL;
// memory is freed automatically by maOwnContextMemory
}
}

View File

@@ -293,7 +293,6 @@ AquaSalGraphics::~AquaSalGraphics()
// destroy backbuffer bitmap context that we created ourself
CGContextRelease( mrContext );
mrContext = NULL;
// memory is freed automatically by maOwnContextMemory
}
#endif
}