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 )
|
static char **get_dmenu ( unsigned int *length )
|
||||||
{
|
{
|
||||||
GTimer *t = g_timer_new ();
|
|
||||||
char buffer[1024];
|
char buffer[1024];
|
||||||
char **retv = NULL;
|
char **retv = NULL;
|
||||||
|
|
||||||
|
@ -81,8 +80,6 @@ static char **get_dmenu ( unsigned int *length )
|
||||||
return retv;
|
return retv;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
g_timer_stop ( t );
|
|
||||||
printf ( "%.4f\n", g_timer_elapsed ( t, NULL ) );
|
|
||||||
return retv;
|
return retv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue