Tweak API and updated wrappers to get wrappers to build

This commit is contained in:
Robert Osfield
2007-02-05 14:56:41 +00:00
parent ebd68ba063
commit cfe737c552
6 changed files with 23 additions and 13 deletions

View File

@@ -213,8 +213,6 @@ void OperationsThread::removeAllOperations()
void OperationsThread::run()
{
bool contextRealizedInThisThread = false;
// make the graphics context current.
GraphicsContext* graphicsContext = dynamic_cast<GraphicsContext*>(_parent.get());
if (graphicsContext)