iOS: Cleanup, remove unneeded Q_UNUSED
Change-Id: Ie7c03270279ee0b0b7daf7945b5eb6fd834c3404 Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>bb10
parent
6408bb6b45
commit
dbecdb83dc
|
|
@ -126,7 +126,6 @@ QPlatformBackingStore *QIOSIntegration::createPlatformBackingStore(QWindow *wind
|
|||
// Used when the QWindow's surface type is set by the client to QSurface::OpenGLSurface
|
||||
QPlatformOpenGLContext *QIOSIntegration::createPlatformOpenGLContext(QOpenGLContext *context) const
|
||||
{
|
||||
Q_UNUSED(context);
|
||||
return new QIOSContext(context);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue