debug: Remove CLUTTER_MARK
The debug macro is seldom used, and it's a bit lame at that.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user