Merge pull request #992 from sertonix/patch-1

Remove unused QOpenGLFunctions_3_2_Core include
This commit is contained in:
Leonardo Zide
2026-04-05 22:23:30 -07:00
committed by GitHub
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -12,7 +12,6 @@
#include "lc_viewmanipulator.h"
#include "lc_stringcache.h"
#include "lc_partselectionwidget.h"
#include <QOpenGLFunctions_3_2_Core>
#ifdef LC_OPENGLES
#define glEnableClientState(...)
-1
View File
@@ -1,6 +1,5 @@
#include "lc_global.h"
#include "lc_glextensions.h"
#include <QOpenGLFunctions_3_2_Core>
bool gSupportsShaderObjects;
bool gSupportsVertexBufferObject;