Skip to content

Commit c7f2b1f

Browse files
authored
Merge pull request #992 from sertonix/patch-1
Remove unused QOpenGLFunctions_3_2_Core include
2 parents 596bb0c + 611fefb commit c7f2b1f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

common/lc_context.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "lc_viewmanipulator.h"
1313
#include "lc_stringcache.h"
1414
#include "lc_partselectionwidget.h"
15-
#include <QOpenGLFunctions_3_2_Core>
1615

1716
#ifdef LC_OPENGLES
1817
#define glEnableClientState(...)

common/lc_glextensions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "lc_global.h"
22
#include "lc_glextensions.h"
3-
#include <QOpenGLFunctions_3_2_Core>
43

54
bool gSupportsShaderObjects;
65
bool gSupportsVertexBufferObject;

0 commit comments

Comments
 (0)