Remove unused logging category from QOpenGLFunctions
Change-Id: I54b533036f24ee9bd63004d1c5513f847e12065d Reviewed-by: Andy Nichols <andy.nichols@qt.io>
This commit is contained in:
parent
07218826e5
commit
39fb26376c
@ -45,7 +45,6 @@
|
|||||||
#include <QtGui/private/qopengl_p.h>
|
#include <QtGui/private/qopengl_p.h>
|
||||||
#include <QtGui/private/qguiapplication_p.h>
|
#include <QtGui/private/qguiapplication_p.h>
|
||||||
#include <qpa/qplatformintegration.h>
|
#include <qpa/qplatformintegration.h>
|
||||||
#include <QtCore/qloggingcategory.h>
|
|
||||||
|
|
||||||
#ifdef Q_OS_INTEGRITY
|
#ifdef Q_OS_INTEGRITY
|
||||||
#include <EGL/egl.h>
|
#include <EGL/egl.h>
|
||||||
@ -57,9 +56,6 @@
|
|||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
Q_LOGGING_CATEGORY(lcGLES3, "qt.opengl.es3")
|
|
||||||
|
|
||||||
|
|
||||||
#define QT_OPENGL_COUNT_FUNCTIONS(ret, name, args) +1
|
#define QT_OPENGL_COUNT_FUNCTIONS(ret, name, args) +1
|
||||||
#define QT_OPENGL_FUNCTION_NAMES(ret, name, args) \
|
#define QT_OPENGL_FUNCTION_NAMES(ret, name, args) \
|
||||||
"gl"#name"\0"
|
"gl"#name"\0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user