debug: Remove CLUTTER_MARK

The debug macro is seldom used, and it's a bit lame at that.
This commit is contained in:
Emmanuele Bassi
2011-11-18 17:30:39 +00:00
parent ecdb12ecc3
commit 2d76407016
3 changed files with 0 additions and 15 deletions

View File

@ -927,8 +927,6 @@ clutter_main (void)
return;
}
CLUTTER_MARK ();
clutter_main_loop_level++;
#ifdef CLUTTER_ENABLE_PROFILE
@ -955,8 +953,6 @@ clutter_main (void)
clutter_main_loop_level--;
CLUTTER_MARK ();
if (clutter_main_loop_level == 0)
CLUTTER_TIMER_STOP (uprof_get_mainloop_context (), mainloop_timer);
}