diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-09 03:46:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-09 03:46:04 +0300 |
commit | 7d52a82733acb8f9e328392d8b4c3aef22cf3d96 (patch) | |
tree | c9f97ccbb99c2eae4077e7523acb954504c69433 /src/gui/setup_video.cpp | |
parent | 08e646812a6881552141bed7cdb6f05f8b81dd0f (diff) | |
download | plus-7d52a82733acb8f9e328392d8b4c3aef22cf3d96.tar.gz plus-7d52a82733acb8f9e328392d8b4c3aef22cf3d96.tar.bz2 plus-7d52a82733acb8f9e328392d8b4c3aef22cf3d96.tar.xz plus-7d52a82733acb8f9e328392d8b4c3aef22cf3d96.zip |
Add new perfomance parameters.
Diffstat (limited to 'src/gui/setup_video.cpp')
-rw-r--r-- | src/gui/setup_video.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp index d73a9e1bb..046e8e7a7 100644 --- a/src/gui/setup_video.cpp +++ b/src/gui/setup_video.cpp @@ -709,10 +709,6 @@ void Setup_Video::action(const gcn::ActionEvent &event) mAltFpsSlider->setValue(mAltFps); mAltFpsSlider->setEnabled(mAltFps > 0); } - else if (id == "opengl") - { - bool isSoftware = (mOpenGLDropDown->getSelected() == 0); - } } void Setup_Video::externalUpdated() |