diff --git a/applications/webbrowser/src/view.cpp b/applications/webbrowser/src/view.cpp
index 22878c8..33fafed 100644
--- a/applications/webbrowser/src/view.cpp
+++ b/applications/webbrowser/src/view.cpp
@@ -102,6 +102,7 @@ View::~View()
 
 void View::setUseGL(const bool on)
 {
+    return;
 #ifndef QT_NO_OPENGL
     if (on) {
       QGLWidget *glWidget = new QGLWidget;
