ecore: people are still hurt by that assert.

NOTE: I think that this code should be removed as it is useless, will never
work as expected and nobody care anymore about it.


SVN revision: 68477
This commit is contained in:
Cedric BAIL 2012-02-27 14:40:02 +00:00
parent 411a4eb936
commit 34c0022210
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ _ecore_lock(void)
EINA_MAIN_LOOP_CHECK_RETURN;
#endif
_ecore_main_lock_count++;
assert(_ecore_main_lock_count == 1);
/* assert(_ecore_main_lock_count == 1); */
}
static inline void