Android: Remove unused struct
Change-Id: Iddb4fec951c4dfa8c1052fb18ed62504d28a4792 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user