Remove unused variable in opengl examples

To avoid warnings with some compilers

Change-Id: Iabe4f38c0bee29ab17149120d12ce198b49547c8
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
bb10
Laszlo Agocs 2014-10-20 11:31:02 +02:00
parent 9dc246c5cc
commit 59c68e6830
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@
#include <math.h>
#include <QGuiApplication>
const int bubbleNum = 8;
GLWidget::GLWidget(QWidget *parent)
: QOpenGLWidget(parent)
{