disable limit framerate as the code doesnt respect it atm so its

misleading.



SVN revision: 76922
This commit is contained in:
Carsten Haitzler 2012-09-20 23:58:24 +00:00
parent 5519096a0e
commit deb9e2ddd4
1 changed files with 3 additions and 2 deletions

View File

@ -1155,8 +1155,9 @@ _advanced_create_widgets(E_Config_Dialog *cfd,
///////////////////////////////////////////
ol = e_widget_list_add(evas, 0, 0);
ob = e_widget_check_add(evas, _("Limit framerate"), &(cfdata->lock_fps));
e_widget_list_object_append(ol, ob, 1, 0, 0.5);
// disabled because this is disabled in code for now
// ob = e_widget_check_add(evas, _("Limit framerate"), &(cfdata->lock_fps));
// e_widget_list_object_append(ol, ob, 1, 0, 0.5);
ob = e_widget_check_add(evas, _("Smooth scaling"), &(cfdata->smooth_windows));
e_widget_list_object_append(ol, ob, 1, 0, 0.5);