mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Remove printf.
This commit is contained in:
parent
82b37eef10
commit
f72629a370
1 changed files with 0 additions and 1 deletions
|
@ -605,7 +605,6 @@ int textbox_keypress ( textbox *tb, XEvent *ev )
|
||||||
static void parse_color ( Visual *visual, Colormap colormap,
|
static void parse_color ( Visual *visual, Colormap colormap,
|
||||||
const char *bg, XftColor *color )
|
const char *bg, XftColor *color )
|
||||||
{
|
{
|
||||||
printf("color: %s\n", bg);
|
|
||||||
if ( bg == NULL ) {
|
if ( bg == NULL ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue