Kaydet (Commit) 090f0e30 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

The macOS+iOS-specific BitmapSystemData::rImageContext was not used anywhere

Change-Id: I7190a44d4857fd337fb49e689cd71ffb78b86b9d
üst 71ab9a65
......@@ -93,7 +93,7 @@ struct BitmapSystemData
#if defined(_WIN32)
void* pDIB; // device independent byte buffer
#elif defined( MACOSX ) || defined( IOS )
void* rImageContext; //Image context (CGContextRef)
// Nothing needed, apparently
#else
void* aPixmap;
#endif
......
......@@ -999,7 +999,6 @@ bool QuartzSalBitmap::GetSystemData( BitmapSystemData& rData )
mxGraphicContext = mxGraphicContextNew;
}
rData.rImageContext = static_cast<void *>(mxGraphicContext);
rData.mnWidth = mnWidth;
rData.mnHeight = mnHeight;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment