summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmintegration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/wasm/qwasmintegration.h')
-rw-r--r--src/plugins/platforms/wasm/qwasmintegration.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/plugins/platforms/wasm/qwasmintegration.h b/src/plugins/platforms/wasm/qwasmintegration.h
index d996ec3065..abf2d0a539 100644
--- a/src/plugins/platforms/wasm/qwasmintegration.h
+++ b/src/plugins/platforms/wasm/qwasmintegration.h
@@ -39,15 +39,6 @@ class QWasmIntegration : public QObject, public QPlatformIntegration
{
Q_OBJECT
public:
- enum Platform {
- GenericPlatform,
- MacOSPlatform,
- WindowsPlatform,
- LinuxPlatform,
- AndroidPlatform,
- iPhonePlatform
- };
-
QWasmIntegration();
~QWasmIntegration();
@@ -85,7 +76,6 @@ public:
void removeBackingStore(QWindow* window);
static quint64 getTimestamp();
- Platform platform;
int touchPoints;
private: