mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-03 16:05:20 -05:00
Remove debug
This commit is contained in:
parent
5de38cd755
commit
1369c162fe
1 changed files with 0 additions and 3 deletions
|
@ -59,7 +59,6 @@ typedef struct _DmenuModePrivateData
|
|||
|
||||
static char **get_dmenu ( unsigned int *length )
|
||||
{
|
||||
GTimer *t = g_timer_new ();
|
||||
char buffer[1024];
|
||||
char **retv = NULL;
|
||||
|
||||
|
@ -81,8 +80,6 @@ static char **get_dmenu ( unsigned int *length )
|
|||
return retv;
|
||||
}
|
||||
}
|
||||
g_timer_stop ( t );
|
||||
printf ( "%.4f\n", g_timer_elapsed ( t, NULL ) );
|
||||
return retv;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue