Fix after rebase

This commit is contained in:
Maxime Gimeno 2017-06-20 16:56:38 +02:00
parent 92814e8858
commit c95975f2c2
1 changed files with 0 additions and 2 deletions

View File

@ -1673,8 +1673,6 @@ void Viewer::enableClippingBox(QVector4D box[6])
d->clipbox[i] = box[i];
}
bool Viewer::isRecent() const { return d->is_recent; }
bool Viewer::isOpenGL_4_3() const { return d->is_ogl_4_3; }