Remove unused variable in opengl examples
To avoid warnings with some compilers Change-Id: Iabe4f38c0bee29ab17149120d12ce198b49547c8 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>bb10
parent
9dc246c5cc
commit
59c68e6830
|
|
@ -42,8 +42,6 @@
|
|||
#include <math.h>
|
||||
#include <QGuiApplication>
|
||||
|
||||
const int bubbleNum = 8;
|
||||
|
||||
GLWidget::GLWidget(QWidget *parent)
|
||||
: QOpenGLWidget(parent)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue