[kwinglutils] Remove unused s_eglExtensions variable
Left over from incomplete removal.
This commit is contained in:
parent
b9884672f4
commit
e5f02e822d
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue