Fix Linux compilation

This commit is contained in:
Jérôme Leclercq 2021-05-29 13:20:54 +02:00
parent 2f8a82ed05
commit 318cc6d3ff
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ namespace Nz::GL
~EGLContextX11() = default;
bool Create(const ContextParams& params, WindowHandle window, const EGLContextBase* shareContext = nullptr) override;
void Destroy() override;
EGLContextX11& operator=(const EGLContextX11&) = delete;
EGLContextX11& operator=(EGLContextX11&&) = delete;