clouseau: Fixed fixme. We don't need to init elm anymore.

SVN revision: 78467
This commit is contained in:
Tom Hacohen 2012-10-25 16:02:44 +00:00
parent 5f083a50d4
commit c7e71f3c99
1 changed files with 1 additions and 4 deletions

View File

@ -322,10 +322,7 @@ ecore_main_loop_begin(void)
if (!_elm_is_init) if (!_elm_is_init)
{ {
char *margv[] = { "clouseau" }; _my_app_name = "clouseau";
/* Make sure we init elementary, wouldn't be needed once we
* take away the ui to another proc. */
elm_init(1, margv);
} }
if(!_connect_to_daemon()) if(!_connect_to_daemon())