From 2155f65478a60c87fd8fd3c8ec33e9a9bd015b36 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Fri, 21 Apr 2017 19:03:59 +0200 Subject: [PATCH] gsdx: fix EGL build --- plugins/GSdx/GSWndEGL.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/GSdx/GSWndEGL.cpp b/plugins/GSdx/GSWndEGL.cpp index a3560158ca..d28a427349 100644 --- a/plugins/GSdx/GSWndEGL.cpp +++ b/plugins/GSdx/GSWndEGL.cpp @@ -183,8 +183,6 @@ bool GSWndEGL::Create(const string& title, int w, int h) AttachContext(); - CheckContext(); - PopulateGlFunction(); if (m_NativeWindow == 0)