iOS: Cleanup, remove unneeded Q_UNUSED

Change-Id: Ie7c03270279ee0b0b7daf7945b5eb6fd834c3404
Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
bb10
Tor Arne Vestbø 2013-10-03 16:52:16 +02:00 committed by The Qt Project
parent 6408bb6b45
commit dbecdb83dc
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}