Android: Remove unused struct

Change-Id: Iddb4fec951c4dfa8c1052fb18ed62504d28a4792
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
Christian Strømme 2017-05-23 17:09:32 +02:00 committed by Christian Stromme
parent b684ed6bd7
commit 235b4cac1d

View File

@ -102,13 +102,6 @@ static QList<QByteArray> m_applicationParams;
pthread_t m_qtAppThread = 0;
static sem_t m_exitSemaphore, m_terminateSemaphore;
struct SurfaceData
{
~SurfaceData() { delete surface; }
QJNIObjectPrivate *surface = nullptr;
AndroidSurfaceClient *client = nullptr;
};
QHash<int, AndroidSurfaceClient *> m_surfaces;
static QMutex m_surfacesMutex;