summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/glview.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/glview.cc b/src/glview.cc
index a76f6e9..74772de 100644
--- a/src/glview.cc
+++ b/src/glview.cc
@@ -251,10 +251,10 @@ void GLView::display_opengl20_warning()
// action
connect(buttonbox, SIGNAL(accepted()), dialog, SLOT(accept()));
- connect(checkbox, SIGNAL(clicked(bool)),
- Preferences::inst()->OpenGL20WarningCheckbox, SLOT(setChecked(bool)));
- connect(checkbox, SIGNAL(clicked(bool)),
- Preferences::inst(), SLOT(OpenGL20WarningChanged(bool)));
+ // connect(checkbox, SIGNAL(clicked(bool)),
+ // Preferences::inst()->OpenGL20WarningCheckbox, SLOT(setChecked(bool)));
+ // connect(checkbox, SIGNAL(clicked(bool)),
+ // Preferences::inst(), SLOT(OpenGL20WarningChanged(bool)));
dialog->exec();
}
#endif
contact: Jan Huwald // Impressum