Android: Remove unused struct
Change-Id: Iddb4fec951c4dfa8c1052fb18ed62504d28a4792 Reviewed-by: BogDan Vatra <bogdan@kdab.com>bb10
parent
b684ed6bd7
commit
235b4cac1d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue