[kwinglutils] Remove unused s_eglExtensions variable

Left over from incomplete removal.
This commit is contained in:
Martin Gräßlin 2016-11-17 13:32:05 +01:00
parent b9884672f4
commit e5f02e822d

View file

@ -60,9 +60,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
namespace KWin
{
// Variables
// List of all supported GL, EGL and GLX extensions
// List of all supported GL extensions
static QList<QByteArray> glExtensions;
static QList<QByteArray> s_eglExtensions;
// Functions