1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-03 15:34:54 -05:00

Remove debug sleep

This commit is contained in:
Dave Davenport 2016-11-06 16:55:36 +01:00
parent 89e3e0e645
commit da2e6a2cc4

View file

@ -556,7 +556,6 @@ static gboolean startup ( G_GNUC_UNUSED gpointer data )
}
take_pointer ( xcb_stuff_get_root_window ( xcb ) );
}
sleep(1);
TICK_N ( "Grab keyboard" );
__create_window ( window_flags );
TICK_N ( "Create Window" );