summaryrefslogtreecommitdiffstats
path: root/examples/opengl/threadedqopenglwidget/glwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/threadedqopenglwidget/glwidget.cpp')
-rw-r--r--examples/opengl/threadedqopenglwidget/glwidget.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/opengl/threadedqopenglwidget/glwidget.cpp b/examples/opengl/threadedqopenglwidget/glwidget.cpp
index d447f0c716..ecf1287045 100644
--- a/examples/opengl/threadedqopenglwidget/glwidget.cpp
+++ b/examples/opengl/threadedqopenglwidget/glwidget.cpp
@@ -42,8 +42,6 @@
#include <math.h>
#include <QGuiApplication>
-const int bubbleNum = 8;
-
GLWidget::GLWidget(QWidget *parent)
: QOpenGLWidget(parent)
{