Qt: Don't set native window to GL surface

Might be related to the GLX crashes some people are experiencing...
This commit is contained in:
Connor McLaughlin
2020-06-16 01:06:56 +10:00
parent b141042952
commit 0e3fdebb11
2 changed files with 0 additions and 13 deletions

View File

@@ -25,8 +25,6 @@ public:
OpenGLHostDisplay(QtHostInterface* host_interface);
~OpenGLHostDisplay();
QtDisplayWidget* createWidget(QWidget* parent) override;
bool hasDeviceContext() const override;
bool createDeviceContext(bool debug_device) override;
bool initializeDeviceContext(bool debug_device) override;