emotion - emotion_test - dont limit fps to 30 as this doesn't help tests

so i noticed it was jerky... to move/resize the video obj. it's
because it set fps to 30... well that was silly. didn't help chasing a
ghost, so remove this to avoid chasing hosts.
This commit is contained in:
Carsten Haitzler 2018-06-18 12:05:03 +09:00
parent 8343de6ce3
commit ebf1f71194
1 changed files with 0 additions and 1 deletions

View File

@ -693,7 +693,6 @@ main(int argc, char **argv)
// init edje
if (!edje_init())
goto shutdown_ecore_evas;
edje_frametime_set(1.0 / 30.0);
// search the theme file
struct stat st;