summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-07-14 13:07:19 (GMT)
committerMarius Kintel <marius@kintel.net>2011-07-14 13:07:19 (GMT)
commitc03f3a59b5b5f3c0f720482199f4cb5d674b92ea (patch)
treeb0064e34feff5ed2a681c64ed1deba0b86da1898 /src
parent21ac6c05d16e9b2eca360dbbe684335ee2431af6 (diff)
Temporarily disable dependency on Preferences dialog
Diffstat (limited to 'src')
-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